>From c7afa08d80dbcfdbd7fd04388f7bc475ec8acf69 Mon Sep 17 00:00:00 2001 From: Pavan Savoy <[email protected]> Date: Thu, 30 Sep 2010 16:13:29 -0400 Subject: [PATCH 22/24] staging: ti-st: drop the __KERNEL__
ti_wilink_st.h had the line discipline number which the user-space daemon refers to, to install and un-install the line discipline upon request from the shared transport driver via rfkill device. On moving this line discipline number to standard location of tty.h drop the __KERNEL__ flag in the header, since the header file would no longer be used by user-space. Signed-off-by: Pavan Savoy <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> --- drivers/staging/ti-st/ti_wilink_st.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/drivers/staging/ti-st/ti_wilink_st.h b/drivers/staging/ti-st/ti_wilink_st.h index afb0cc6..2a5acf5 100644 --- a/drivers/staging/ti-st/ti_wilink_st.h +++ b/drivers/staging/ti-st/ti_wilink_st.h @@ -25,7 +25,6 @@ #ifndef TI_WILINK_ST_H #define TI_WILINK_ST_H -#ifdef __KERNEL__ /** * enum kim_gpio_state - Few protocols such as FM have ACTIVE LOW * gpio states for their chip/core enable gpios @@ -400,5 +399,4 @@ struct gps_event_hdr { u16 plen; } __attribute__ ((packed)); -#endif /* __KERNEL__ */ #endif /* TI_WILINK_ST_H */ -- 1.6.2.5 --------------------------------------------------------------------- Intel Corporation SAS (French simplified joint stock company) Registered headquarters: "Les Montalets"- 2, rue de Paris, 92196 Meudon Cedex, France Registration Number: 302 456 199 R.C.S. NANTERRE Capital: 4,572,000 Euros This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.
0022-staging-ti-st-drop-the-__KERNEL__.patch
Description: 0022-staging-ti-st-drop-the-__KERNEL__.patch
_______________________________________________ MeeGo-kernel mailing list [email protected] http://lists.meego.com/listinfo/meego-kernel
