Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ enum {
 * Accelerometer min/max values
 * in order, X, Y and Z
 */
struct {
static struct {
	int min;
	int max;
} accel_limits[] = {