linux/drivers/media/i2c/s5c73m3
Arnd Bergmann c89f8d47a1 [media] s5c73m3: remove duplicate module device table
Clang complains about an extraneous definition of the module
device table after the patch to add it was accidentally merged
twice:

../drivers/media/i2c/s5c73m3/s5c73m3-spi.c:40:1: error: redefinition of
      '__mod_of__s5c73m3_spi_ids_device_table'
MODULE_DEVICE_TABLE(of, s5c73m3_spi_ids);
^
../include/linux/module.h:223:27: note: expanded from macro 'MODULE_DEVICE_TABLE'
extern const typeof(name) __mod_##type##__##name##_device_table         \
                          ^
<scratch space>:99:1: note: expanded from here
__mod_of__s5c73m3_spi_ids_device_table

This removes the second definition.

Fixes: f934a94bb5 ("[media] s5c73m3: Export OF module alias information")

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2016-02-01 10:13:19 -02:00
..
Makefile [media] V4L: Add S5C73M3 camera driver 2013-02-05 17:39:04 -02:00
s5c73m3-core.c [media] s5c73m3: Check v4l2_of_parse_endpoint() return value 2016-02-01 10:02:17 -02:00
s5c73m3-ctrls.c [media] include/media: split I2C headers from V4L2 core 2015-11-17 06:57:11 -02:00
s5c73m3-spi.c [media] s5c73m3: remove duplicate module device table 2016-02-01 10:13:19 -02:00
s5c73m3.h [media] include/media: split I2C headers from V4L2 core 2015-11-17 06:57:11 -02:00