gpio: tpx65xxx: Include the right header

These are drivers so include only <linux/gpio/driver.h>.

Acked-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Keerthy <j-keerthy@ti.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
Linus Walleij
2018-08-29 16:45:30 +02:00
부모 f1ff4b8417
커밋 5d75683e2b
4개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제

파일 보기

@@ -14,7 +14,7 @@
* Based on the TPS65912 driver
*/
#include <linux/gpio.h>
#include <linux/gpio/driver.h>
#include <linux/module.h>
#include <linux/platform_device.h>