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: Jiri Kosina <jkosina@suse.cz>
这个提交包含在:
Jiri Kosina
2016-11-15 14:23:17 +01:00
父节点 0edffe655a
当前提交 9c5dcd7231

查看文件

@@ -54,7 +54,7 @@ enum {
* Accelerometer min/max values
* in order, X, Y and Z
*/
struct {
static struct {
int min;
int max;
} accel_limits[] = {