]> git.baikalelectronics.ru Git - kernel.git/commit
sunhme.c:quattro_pci_find() must be __devinit
authorAdrian Bunk <bunk@stusta.de>
Tue, 10 Jul 2007 12:44:49 +0000 (14:44 +0200)
committerJeff Garzik <jeff@garzik.org>
Tue, 10 Jul 2007 16:45:29 +0000 (12:45 -0400)
commit6906bff81fc858c92a8fc90c4f83815f8a054cb8
tree7410a10751db892aedca600c30d91c49d283d64c
parentbc43c5cd188cfbd842097270253c232ccfced796
sunhme.c:quattro_pci_find() must be __devinit

This patch fixes the following section mismatch:

<--  snip  -->

...
  MODPOST vmlinux
WARNING: drivers/built-in.o(.text+0x272f8b): Section mismatch: reference to .init.text:quattro_pci_find (between 'happy_meal_pci_probe' and 'happy_meal_pci_remove')
...

<--  snip  -->

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/sunhme.c