aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/device/pnp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/device/pnp.h b/src/include/device/pnp.h
index fde4c9d1dd..d459fd2fd0 100644
--- a/src/include/device/pnp.h
+++ b/src/include/device/pnp.h
@@ -35,7 +35,7 @@ extern struct device_operations pnp_ops;
struct pnp_info {
struct device_operations *ops; /* LDN-specific ops override */
#define PNP_SKIP_FUNCTION 0xffff
- unsigned int function; /* Must be at least 16 bits (virtual LDNs)! */
+ u16 function; /* Must be at least 16 bits (virtual LDNs)! */
unsigned int flags;
#define PNP_IO0 0x000001
#define PNP_IO1 0x000002