From: Pavan Savoy Date: Thu, 30 Sep 2010 20:13:29 +0000 (-0400) Subject: staging: ti-st: drop the __KERNEL__ X-Git-Tag: v2.6.37-rc1~60^2~3^2~361 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7afa08d80dbcfdbd7fd04388f7bc475ec8acf69;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed