|
@@ -100,8 +100,8 @@ static void amd76xrom_cleanup(struct amd76xrom_window *window)
|
|
|
}
|
|
|
|
|
|
|
|
|
-static int amd76xrom_init_one (struct pci_dev *pdev,
|
|
|
- const struct pci_device_id *ent)
|
|
|
+static int amd76xrom_init_one(struct pci_dev *pdev,
|
|
|
+ const struct pci_device_id *ent)
|
|
|
{
|
|
|
static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", NULL };
|
|
|
u8 byte;
|
|
@@ -289,7 +289,7 @@ static int amd76xrom_init_one (struct pci_dev *pdev,
|
|
|
}
|
|
|
|
|
|
|
|
|
-static void amd76xrom_remove_one (struct pci_dev *pdev)
|
|
|
+static void amd76xrom_remove_one(struct pci_dev *pdev)
|
|
|
{
|
|
|
struct amd76xrom_window *window = &amd76xrom_window;
|
|
|
|
|
@@ -347,4 +347,3 @@ module_exit(cleanup_amd76xrom);
|
|
|
MODULE_LICENSE("GPL");
|
|
|
MODULE_AUTHOR("Eric Biederman <ebiederman@lnxi.com>");
|
|
|
MODULE_DESCRIPTION("MTD map driver for BIOS chips on the AMD76X southbridge");
|
|
|
-
|