Commit 751c0a58 authored by Ricky Beam's avatar Ricky Beam Committed by David S. Miller

[SUNKBD]: Mark reset/layout as volatile.

parent 1cdade5e
......@@ -80,8 +80,8 @@ struct sunkbd {
char name[64];
char phys[32];
char type;
char reset;
char layout;
volatile char reset;
volatile char layout;
};
/*
......
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