Commit 375ae9a2 authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: drop __attribute__ ((packed)) from mousedev_emul

Signed-off-by: default avatarDmitry Torokhov <dtor@mail.ru>
parent b73aa034
...@@ -76,7 +76,7 @@ enum mousedev_emul { ...@@ -76,7 +76,7 @@ enum mousedev_emul {
MOUSEDEV_EMUL_PS2, MOUSEDEV_EMUL_PS2,
MOUSEDEV_EMUL_IMPS, MOUSEDEV_EMUL_IMPS,
MOUSEDEV_EMUL_EXPS MOUSEDEV_EMUL_EXPS
} __attribute__ ((packed)); };
#define PACKET_QUEUE_LEN 16 #define PACKET_QUEUE_LEN 16
struct mousedev_list { struct mousedev_list {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment