|
@@ -80,7 +80,7 @@ static void __init og_pci_bus_reset(void)
|
|
#define S8250_VIRT 0xf4000000
|
|
#define S8250_VIRT 0xf4000000
|
|
#define S8250_SIZE 0x00100000
|
|
#define S8250_SIZE 0x00100000
|
|
|
|
|
|
-static struct __initdata map_desc og_io_desc[] = {
|
|
|
|
|
|
+static struct map_desc og_io_desc[] __initdata = {
|
|
{
|
|
{
|
|
.virtual = S8250_VIRT,
|
|
.virtual = S8250_VIRT,
|
|
.pfn = __phys_to_pfn(S8250_PHYS),
|
|
.pfn = __phys_to_pfn(S8250_PHYS),
|