mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
pci_module_init() is deprecated for a long time - this won't hurt .21 and will be needed for .22
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7937 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include <linux/mtd/map.h>
|
||||
#include <linux/mtd/partitions.h>
|
||||
#include <linux/autoconf.h>
|
||||
#include <linux/sched.h>
|
||||
#include <linux/squashfs_fs.h>
|
||||
|
||||
static struct mtd_info *rdc3210_mtd;
|
||||
|
||||
@@ -952,7 +952,7 @@ static int __init r6040_init (void)
|
||||
printk(version);
|
||||
printed_version = 1;
|
||||
|
||||
return pci_module_init (&r6040_driver);
|
||||
return pci_register_driver (&r6040_driver);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user