From 3ba0daed48b3010229dbcdc45b28c7492c8d9438 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 28 Apr 2003 09:51:52 -0700 Subject: driver core: fix up tty code to work with the new class changes. Note, tty_class will be flushed out in the future, this is just to get things building again properly. --- include/linux/tty_driver.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/linux') diff --git a/include/linux/tty_driver.h b/include/linux/tty_driver.h index 0e35590dc50c..d8d9fc435a3f 100644 --- a/include/linux/tty_driver.h +++ b/include/linux/tty_driver.h @@ -231,6 +231,4 @@ extern struct list_head tty_drivers; #define SERIAL_TYPE_NORMAL 1 #define SERIAL_TYPE_CALLOUT 2 -extern struct device_class tty_devclass; - #endif /* #ifdef _LINUX_TTY_DRIVER_H */ -- cgit v1.2.3