UAPI: (Scripted) Disintegrate include/linux/hdlc
authorDavid Howells <dhowells@redhat.com>
Wed, 7 Nov 2012 02:37:17 +0000 (02:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Nov 2012 21:27:51 +0000 (16:27 -0500)
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Michael Kerrisk <mtk.manpages@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Acked-by: Dave Jones <davej@redhat.com>
Acked-by: Krzysztof Halasa <khc@pm.waw.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/hdlc/Kbuild
include/uapi/linux/hdlc/Kbuild
include/uapi/linux/hdlc/ioctl.h [moved from include/linux/hdlc/ioctl.h with 98% similarity]

index aafaa5a..8c1d2cb 100644 (file)
@@ -1 +1,2 @@
 # UAPI Header export list
+header-y += ioctl.h
similarity index 98%
rename from include/linux/hdlc/ioctl.h
rename to include/uapi/linux/hdlc/ioctl.h
index 5839723..46939b2 100644 (file)
 #define LMI_CCITT              3 /* ITU-T Annex A */
 #define LMI_CISCO              4 /* The "original" LMI, aka Gang of Four */
 
-typedef struct { 
+typedef struct {
        unsigned int clock_rate; /* bits per second */
        unsigned int clock_type; /* internal, external, TX-internal etc. */
        unsigned short loopback;
 } sync_serial_settings;          /* V.35, V.24, X.21 */
 
-typedef struct { 
+typedef struct {
        unsigned int clock_rate; /* bits per second */
        unsigned int clock_type; /* internal, external, TX-internal etc. */
        unsigned short loopback;