Browse Source

UAPI: (Scripted) Disintegrate include/linux/hdlc

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>
David Howells 12 years ago
parent
commit
d77807230e
3 changed files with 3 additions and 3 deletions
  1. 0 1
      include/linux/hdlc/Kbuild
  2. 1 0
      include/uapi/linux/hdlc/Kbuild
  3. 2 2
      include/uapi/linux/hdlc/ioctl.h

+ 0 - 1
include/linux/hdlc/Kbuild

@@ -1 +0,0 @@
-header-y += ioctl.h

+ 1 - 0
include/uapi/linux/hdlc/Kbuild

@@ -1 +1,2 @@
 # UAPI Header export list
+header-y += ioctl.h

+ 2 - 2
include/linux/hdlc/ioctl.h → include/uapi/linux/hdlc/ioctl.h

@@ -34,13 +34,13 @@
 #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;