hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
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