aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm7xx
diff options
context:
space:
mode:
authorWu Zhangjin <wuzhangjin@gmail.com>2010-07-18 03:16:28 +0800
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-22 14:32:59 -0700
commitb99e1943fd416a5889300fe0fe58367aa3e5705f (patch)
tree640df0a5eda77751e5242d3e582d69654b06f130 /drivers/staging/sm7xx
parentmemrar: Updated maintainer contact information (diff)
downloadlinux-dev-b99e1943fd416a5889300fe0fe58367aa3e5705f.tar.xz
linux-dev-b99e1943fd416a5889300fe0fe58367aa3e5705f.zip
staging: sm7xx: Fixup of the section mismatch
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sm7xx')
-rw-r--r--drivers/staging/sm7xx/smtcfb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sm7xx/smtcfb.c b/drivers/staging/sm7xx/smtcfb.c
index 9ffeb36ddde6..f6b401c0ccc9 100644
--- a/drivers/staging/sm7xx/smtcfb.c
+++ b/drivers/staging/sm7xx/smtcfb.c
@@ -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;