aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging')
-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 9ffeb36ddde..f6b401c0ccc 100644
--- a/drivers/staging/sm7xx/smtcfb.c
+++ b/drivers/staging/sm7xx/smtcfb.c
@@ -835,7 +835,7 @@ __setup("vga=", sm712vga_setup);
835 * Original init function changed to probe method to be used by pci_drv 835 * Original init function changed to probe method to be used by pci_drv
836 * process used to detect chips replaced with kernel process in pci_drv 836 * process used to detect chips replaced with kernel process in pci_drv
837 */ 837 */
838static int __init smtcfb_pci_probe(struct pci_dev *pdev, 838static int __devinit smtcfb_pci_probe(struct pci_dev *pdev,
839 const struct pci_device_id *ent) 839 const struct pci_device_id *ent)
840{ 840{
841 struct smtcfb_info *sfb; 841 struct smtcfb_info *sfb;