hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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