]> git.baikalelectronics.ru Git - kernel.git/commit
misc: bh1770glc: move header file out of I2C realm
authorWolfram Sang <wsa@the-dreams.de>
Sun, 21 May 2017 20:42:33 +0000 (22:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 16:25:00 +0000 (18:25 +0200)
commit2d08becd25071ce5b87680d1f34ff0b38283e898
treed43490f107a5c2cb3abd1626bca6e801f4b89262
parent9e9448c3245fdfad517d3eefdaa43b764e5979b3
misc: bh1770glc: move header file out of I2C realm

include/linux/i2c is not for client devices. Move the header file to a
more appropriate location.

Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/bh1770glc.c
include/linux/i2c/bh1770glc.h [deleted file]
include/linux/platform_data/bh1770glc.h [new file with mode: 0644]