Commit 9c5dcd72 authored by Jiri Kosina's avatar Jiri Kosina

HID: udraw-ps3: accel_limits is local to the driver

And as such should be marked static to avoid global namespace pollution.
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 0edffe65
...@@ -54,7 +54,7 @@ enum { ...@@ -54,7 +54,7 @@ enum {
* Accelerometer min/max values * Accelerometer min/max values
* in order, X, Y and Z * in order, X, Y and Z
*/ */
struct { static struct {
int min; int min;
int max; int max;
} accel_limits[] = { } accel_limits[] = {
......
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