mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-09 14:43:16 +00:00
staging: sm7xx: Fixup of the section mismatch
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
d7a75e1909
commit
b99e1943fd
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user