diff options
author | Pavan Savoy <pavan_savoy@ti.com> | 2010-09-30 16:13:29 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-05 11:48:07 -0700 |
commit | c7afa08d80dbcfdbd7fd04388f7bc475ec8acf69 (patch) | |
tree | af29902fb1d8f4871e7d4750e4ca8bc2d4869f4f /drivers/staging/ti-st | |
parent | 40fb29a777d23b1161271ec88fd21739835e4f6a (diff) | |
download | blackbird-obmc-linux-c7afa08d80dbcfdbd7fd04388f7bc475ec8acf69.tar.gz blackbird-obmc-linux-c7afa08d80dbcfdbd7fd04388f7bc475ec8acf69.zip |
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 <pavan_savoy@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ti-st')
-rw-r--r-- | 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 afb0cc644c1f..2a5acf599598 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 */ |