kernel/arch/sparc/include/uapi/asm/openpromio.h
.. .. @@ -4,7 +4,6 @@ 4 4 5 5 #include <linux/compiler.h> 6 6 #include <linux/ioctl.h> 7 -#include <linux/types.h>8 7 9 8 /* 10 9 * SunOS and Solaris /dev/openprom definitions. The ioctl values .. .. @@ -13,7 +12,7 @@ 13 12 14 13 struct openpromio 15 14 { 16 - u_int oprom_size; /* Actual size of the oprom_array. */15 + unsigned int oprom_size; /* Actual size of the oprom_array. */17 16 char oprom_array[1]; /* Holds property names and values. */ 18 17 }; 19 18