]> bbs.cooldavid.org Git - net-next-2.6.git/commit
staging: ti-st: drop the __KERNEL__
authorPavan Savoy <pavan_savoy@ti.com>
Thu, 30 Sep 2010 20:13:29 +0000 (16:13 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Oct 2010 18:48:07 +0000 (11:48 -0700)
commitc7afa08d80dbcfdbd7fd04388f7bc475ec8acf69
treeaf29902fb1d8f4871e7d4750e4ca8bc2d4869f4f
parent40fb29a777d23b1161271ec88fd21739835e4f6a
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>
drivers/staging/ti-st/ti_wilink_st.h