|
@@ -16,7 +16,6 @@
|
|
|
#include <linux/pci.h>
|
|
|
#include <linux/io.h>
|
|
|
#include <linux/init.h>
|
|
|
-#include <linux/module.h>
|
|
|
#include <linux/of_platform.h>
|
|
|
#include <linux/of_irq.h>
|
|
|
#include <linux/of_pci.h>
|
|
@@ -260,7 +259,6 @@ static const struct of_device_id rt288x_pci_match[] = {
|
|
|
{ .compatible = "ralink,rt288x-pci" },
|
|
|
{},
|
|
|
};
|
|
|
-MODULE_DEVICE_TABLE(of, rt288x_pci_match);
|
|
|
|
|
|
static struct platform_driver rt288x_pci_driver = {
|
|
|
.probe = rt288x_pci_probe,
|