aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/kd.h')
-rw-r--r--include/linux/kd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kd.h b/include/linux/kd.h
index c91fc0c9c49..15f2853ea58 100644
--- a/include/linux/kd.h
+++ b/include/linux/kd.h
@@ -126,7 +126,7 @@ struct kbdiacrs {
#define KDSKBDIACR 0x4B4B /* write kernel accent table */
struct kbdiacruc {
- __u32 diacr, base, result;
+ unsigned int diacr, base, result;
};
struct kbdiacrsuc {
unsigned int kb_cnt; /* number of entries in following array */