diff options
Diffstat (limited to 'drivers/char/xilinx_hwicap/xilinx_hwicap.c')
-rw-r--r-- | drivers/char/xilinx_hwicap/xilinx_hwicap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/xilinx_hwicap/xilinx_hwicap.c b/drivers/char/xilinx_hwicap/xilinx_hwicap.c index 9b1a5ac4881d..c07dfe5c4da3 100644 --- a/drivers/char/xilinx_hwicap/xilinx_hwicap.c +++ b/drivers/char/xilinx_hwicap/xilinx_hwicap.c | |||
@@ -843,7 +843,6 @@ static struct platform_driver hwicap_platform_driver = { | |||
843 | .probe = hwicap_drv_probe, | 843 | .probe = hwicap_drv_probe, |
844 | .remove = hwicap_drv_remove, | 844 | .remove = hwicap_drv_remove, |
845 | .driver = { | 845 | .driver = { |
846 | .owner = THIS_MODULE, | ||
847 | .name = DRIVER_NAME, | 846 | .name = DRIVER_NAME, |
848 | .of_match_table = hwicap_of_match, | 847 | .of_match_table = hwicap_of_match, |
849 | }, | 848 | }, |