aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uio/uio_pdrv_genirq.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/uio/uio_pdrv_genirq.c')
-rw-r--r--drivers/uio/uio_pdrv_genirq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/uio/uio_pdrv_genirq.c b/drivers/uio/uio_pdrv_genirq.c
index bae96d246760..0b2ed71e3bfa 100644
--- a/drivers/uio/uio_pdrv_genirq.c
+++ b/drivers/uio/uio_pdrv_genirq.c
@@ -253,7 +253,7 @@ static const struct dev_pm_ops uio_pdrv_genirq_dev_pm_ops = {
253}; 253};
254 254
255#ifdef CONFIG_OF 255#ifdef CONFIG_OF
256static const struct of_device_id __devinitconst uio_of_genirq_match[] = { 256static const struct of_device_id uio_of_genirq_match[] = {
257 { /* empty for now */ }, 257 { /* empty for now */ },
258}; 258};
259MODULE_DEVICE_TABLE(of, uio_of_genirq_match); 259MODULE_DEVICE_TABLE(of, uio_of_genirq_match);