From e897567177bb5dd5c18b5d65594fa4e5bf974e6f Mon Sep 17 00:00:00 2001 From: Jing Lin Date: Mon, 14 Sep 2015 16:31:08 -0700 Subject: input: maxim_sti: move header to uapi Move kernel data structures to driver and keep the data structures shared between kernel and user space in the header file. Move the header to uapi to make it accesible to user space. Fix checkpatch errors to replace deprecated functions and hardcoded error return values. Change-Id: Ic3312c11ddda9f02da9807a6243206d582281995 Signed-off-by: Jing Lin --- include/uapi/linux/Kbuild | 1 + 1 file changed, 1 insertion(+) (limited to 'include/uapi/linux/Kbuild') diff --git a/include/uapi/linux/Kbuild b/include/uapi/linux/Kbuild index 1edbc56bfa3f..671e98bf2496 100644 --- a/include/uapi/linux/Kbuild +++ b/include/uapi/linux/Kbuild @@ -258,6 +258,7 @@ header-y += magic.h header-y += major.h header-y += map_to_7segment.h header-y += matroxfb.h +header-y += maxim_sti.h header-y += mdio.h header-y += mdss_rotator.h header-y += media.h -- cgit v1.2.3