Преглед изворни кода

drivers/input/input.c: fix CONFIG_PM=n warning

drivers/input/input.c:1277: warning: 'input_dev_reset' defined but not used

Acked-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Andrew Morton пре 15 година
родитељ
комит
1c4115e595
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      drivers/input/input.c

+ 1 - 1
drivers/input/input.c

@@ -1273,6 +1273,7 @@ static int input_dev_uevent(struct device *device, struct kobj_uevent_env *env)
 		}						\
 		}						\
 	} while (0)
 	} while (0)
 
 
+#ifdef CONFIG_PM
 static void input_dev_reset(struct input_dev *dev, bool activate)
 static void input_dev_reset(struct input_dev *dev, bool activate)
 {
 {
 	if (!dev->event)
 	if (!dev->event)
@@ -1287,7 +1288,6 @@ static void input_dev_reset(struct input_dev *dev, bool activate)
 	}
 	}
 }
 }
 
 
-#ifdef CONFIG_PM
 static int input_dev_suspend(struct device *dev)
 static int input_dev_suspend(struct device *dev)
 {
 {
 	struct input_dev *input_dev = to_input_dev(dev);
 	struct input_dev *input_dev = to_input_dev(dev);