Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0232ba9c authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: pci: Kill off unused SH4_PCIC_NO_RESET code.



Nothing ended up using this anymore, so just kill it off.

Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent f1a9ba8f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -39,8 +39,6 @@ static struct sh4_pci_address_map sh7751_pci_map = {
		.base	= SH7751_CS3_BASE_ADDR,
		.size	= (64 << 20),	/* 64MB */
	},

	.flags = SH4_PCIC_NO_RESET,
};

int __init pcibios_init_platform(void)
+0 −5
Original line number Diff line number Diff line
@@ -48,11 +48,6 @@ static struct sh4_pci_address_map sh7751_pci_map = {
		.base	= SH7751_CS3_BASE_ADDR,
		.size	= 0x04000000,
	},
	.window1	= {
		.base	= 0x00000000,	/* Unused */
		.size	= 0x00000000,	/* Unused */
	},
	.flags	= SH4_PCIC_NO_RESET,
};

int __init pcibios_init_platform(void)
+0 −2
Original line number Diff line number Diff line
@@ -57,8 +57,6 @@ static struct sh4_pci_address_map sh7780_pci_map = {
		.base	= SH7780_CS3_BASE_ADDR,
		.size	= 0x04000000,
	},

	.flags	= SH4_PCIC_NO_RESET,
};

int __init pcibios_init_platform(void)
+0 −7
Original line number Diff line number Diff line
@@ -56,13 +56,6 @@ static struct sh4_pci_address_map sh7751_pci_map = {
		.base	= SH7751_CS3_BASE_ADDR,
		.size	= 0x04000000,
	},

	.window1	= {
		.base	= 0x00000000,	/* Unused */
		.size	= 0x00000000,	/* Unused */
	},

	.flags	= SH4_PCIC_NO_RESET,
};

int __init pcibios_init_platform(void)
+0 −1
Original line number Diff line number Diff line
@@ -62,7 +62,6 @@ static struct sh4_pci_address_map sdk7780_pci_map = {
		.base	= SH7780_CS3_BASE_ADDR,
		.size	= 0x04000000,
	},
	.flags	= SH4_PCIC_NO_RESET,
};

int __init pcibios_init_platform(void)
Loading