hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
kernel/arch/sparc/include/uapi/asm/openpromio.h
....@@ -4,7 +4,6 @@
44
55 #include <linux/compiler.h>
66 #include <linux/ioctl.h>
7
-#include <linux/types.h>
87
98 /*
109 * SunOS and Solaris /dev/openprom definitions. The ioctl values
....@@ -13,7 +12,7 @@
1312
1413 struct openpromio
1514 {
16
- u_int oprom_size; /* Actual size of the oprom_array. */
15
+ unsigned int oprom_size; /* Actual size of the oprom_array. */
1716 char oprom_array[1]; /* Holds property names and values. */
1817 };
1918