Commit b99e1943 authored by Wu Zhangjin's avatar Wu Zhangjin Committed by Greg Kroah-Hartman

staging: sm7xx: Fixup of the section mismatch

Signed-off-by: default avatarWu Zhangjin <wuzhangjin@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d7a75e19
...@@ -835,7 +835,7 @@ __setup("vga=", sm712vga_setup); ...@@ -835,7 +835,7 @@ __setup("vga=", sm712vga_setup);
* Original init function changed to probe method to be used by pci_drv * 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 * 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) const struct pci_device_id *ent)
{ {
struct smtcfb_info *sfb; struct smtcfb_info *sfb;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment