parisc: Fix section mismatches in parisc core drivers
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
@ -1022,7 +1022,7 @@ static int __init dino_probe(struct parisc_device *dev)
|
||||
* and 725 firmware misreport it as 0x08080 for no adequately explained
|
||||
* reason.
|
||||
*/
|
||||
static struct parisc_device_id dino_tbl[] = {
|
||||
static const struct parisc_device_id dino_tbl[] __initconst = {
|
||||
{ HPHW_A_DMA, HVERSION_REV_ANY_ID, 0x004, 0x0009D },/* Card-mode Dino */
|
||||
{ HPHW_A_DMA, HVERSION_REV_ANY_ID, HVERSION_ANY_ID, 0x08080 }, /* XXX */
|
||||
{ HPHW_BRIDGE, HVERSION_REV_ANY_ID, 0x680, 0xa }, /* Bridge-mode Dino */
|
||||
@ -1031,7 +1031,7 @@ static struct parisc_device_id dino_tbl[] = {
|
||||
{ 0, }
|
||||
};
|
||||
|
||||
static struct parisc_driver dino_driver = {
|
||||
static struct parisc_driver dino_driver __refdata = {
|
||||
.name = "dino",
|
||||
.id_table = dino_tbl,
|
||||
.probe = dino_probe,
|
||||
|
Reference in New Issue
Block a user