From a743096324ba2ce8307153b631b071a14da5a04d Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 28 Apr 2003 09:32:36 -0700 Subject: driver core: fix up the input_class logic due to the class changes. --- include/linux/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/input.h b/include/linux/input.h index da22fe6ccc44..9df2e226a1f2 100644 --- a/include/linux/input.h +++ b/include/linux/input.h @@ -908,7 +908,7 @@ void input_event(struct input_dev *dev, unsigned int type, unsigned int code, in #define input_regs(a,b) do { (a)->regs = (b); } while (0) #define input_sync(a) do { input_event(a, EV_SYN, SYN_REPORT, 0); (a)->regs = NULL; } while (0) -extern struct device_class input_devclass; +extern struct class input_class; #endif #endif -- cgit v1.2.3