commit
cd6f5b8051efe03b90a1dd6d63a642f78ec4e60d
Author: Adrian Bunk <bunk@stusta.de>
Date: Tue Jul 10 14:44:49 2007 +0200
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>