diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-04-28 09:51:52 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-04-28 09:51:52 -0700 |
| commit | 3ba0daed48b3010229dbcdc45b28c7492c8d9438 (patch) | |
| tree | 92057d81725bc5357eeb4181cd986436f4d14310 /include | |
| parent | 43ce18dbba344a3a422cde6a1bc0c39478704503 (diff) | |
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.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/tty_driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 */ |
