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

Commit 8416131d authored by Richard Knutsson's avatar Richard Knutsson Committed by Linus Torvalds
Browse files

[PATCH] aty: remove unnecessary CONFIG_PCI



Signed-off-by: default avatarRichard Knutsson <ricknu-0@student.ltu.se>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2b4f2f4b
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -3692,9 +3692,7 @@ static int __init atyfb_init(void)
    atyfb_setup(option);
#endif

#ifdef CONFIG_PCI
    pci_register_driver(&atyfb_driver);
#endif
#ifdef CONFIG_ATARI
    atyfb_atari_probe();
#endif
@@ -3703,9 +3701,7 @@ static int __init atyfb_init(void)

static void __exit atyfb_exit(void)
{
#ifdef CONFIG_PCI
	pci_unregister_driver(&atyfb_driver);
#endif
}

module_init(atyfb_init);