hwmon: (max6639) move header file out of I2C realm
authorWolfram Sang <wsa@the-dreams.de>
Sun, 21 May 2017 20:34:42 +0000 (22:34 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Mon, 12 Jun 2017 00:08:19 +0000 (17:08 -0700)
commit0c9fe1614126171c70e0dc0b0635d45a327ac82a
treed4769a7417d478ff753bc2e49f906ac05cc81398
parent8116e8dd564fcbadf9f3697dcd0c3d37c049fb45
hwmon: (max6639) 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: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/max6639.c
include/linux/i2c/max6639.h [deleted file]
include/linux/platform_data/max6639.h [new file with mode: 0644]