]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
staging: sm7xx: Fixup of the section mismatch
authorWu Zhangjin <wuzhangjin@gmail.com>
Sat, 17 Jul 2010 19:16:28 +0000 (03:16 +0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Jul 2010 21:32:59 +0000 (14:32 -0700)
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/sm7xx/smtcfb.c

index 9ffeb36ddde6528218a8704b01f62ad34286c0b7..f6b401c0ccc92eacaa903398b157d67b27c6fdad 100644 (file)
@@ -835,7 +835,7 @@ __setup("vga=", sm712vga_setup);
  * Original init function changed to probe method to be used by pci_drv
  * process used to detect chips replaced with kernel process in pci_drv
  */
-static int __init smtcfb_pci_probe(struct pci_dev *pdev,
+static int __devinit smtcfb_pci_probe(struct pci_dev *pdev,
                                   const struct pci_device_id *ent)
 {
        struct smtcfb_info *sfb;