diff --git a/[refs] b/[refs] index 8b0cf5df519a..94c9b6662f90 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fd79b77117f16264206ed2618199d42e93cc8f09 +refs/heads/master: 79288f5e935cb445220eef83f3f793159555f9ae diff --git a/trunk/include/linux/kd.h b/trunk/include/linux/kd.h index c91fc0c9c495..15f2853ea58f 100644 --- a/trunk/include/linux/kd.h +++ b/trunk/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 */