提交 9c5dcd72 编写于 作者: J 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: NJiri Kosina <jkosina@suse.cz>
上级 0edffe65
......@@ -54,7 +54,7 @@ enum {
* Accelerometer min/max values
* in order, X, Y and Z
*/
struct {
static struct {
int min;
int max;
} accel_limits[] = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册