misc: apds990x: move header file out of I2C realm
authorWolfram Sang <wsa@the-dreams.de>
Sun, 21 May 2017 20:42:32 +0000 (22:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 16:25:00 +0000 (18:25 +0200)
commit610387d162eb1beb6eb2009af5175dc6b44b8da6
tree330c4055782de1718d543f0e259a0198d4204128
parent4654bdb63910eaafd586c7c12b473ecc0b3ab94a
misc: apds990x: 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/apds990x.c
include/linux/platform_data/apds990x.h [moved from include/linux/i2c/apds990x.h with 100% similarity]