Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

David Howells and committed by
David S. Miller
d7780723 bdd4f8cb

+3 -3
-1
include/linux/hdlc/Kbuild
··· 1 - header-y += ioctl.h
+2 -2
include/linux/hdlc/ioctl.h include/uapi/linux/hdlc/ioctl.h
··· 34 34 #define LMI_CCITT 3 /* ITU-T Annex A */ 35 35 #define LMI_CISCO 4 /* The "original" LMI, aka Gang of Four */ 36 36 37 - typedef struct { 37 + typedef struct { 38 38 unsigned int clock_rate; /* bits per second */ 39 39 unsigned int clock_type; /* internal, external, TX-internal etc. */ 40 40 unsigned short loopback; 41 41 } sync_serial_settings; /* V.35, V.24, X.21 */ 42 42 43 - typedef struct { 43 + typedef struct { 44 44 unsigned int clock_rate; /* bits per second */ 45 45 unsigned int clock_type; /* internal, external, TX-internal etc. */ 46 46 unsigned short loopback;
+1
include/uapi/linux/hdlc/Kbuild
··· 1 1 # UAPI Header export list 2 + header-y += ioctl.h