X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fchar%2Fepca.c;h=9cad8501d62c9fca6a93656c204bb1dea1e09a15;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=86d290e9f307044041fed353cf6bca3ed0cc44cc;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/drivers/char/epca.c b/drivers/char/epca.c index 86d290e9f..9cad8501d 100644 --- a/drivers/char/epca.c +++ b/drivers/char/epca.c @@ -30,6 +30,7 @@ /* See README.epca for change history --DAT*/ +#include #include #include #include @@ -79,7 +80,7 @@ static int invalid_lilo_config; /* The ISA boards do window flipping into the same spaces so its only sane with a single lock. It's still pretty efficient */ -static DEFINE_SPINLOCK(epca_lock); +static spinlock_t epca_lock = SPIN_LOCK_UNLOCKED; /* ----------------------------------------------------------------------- MAXBOARDS is typically 12, but ISA and EISA cards are restricted to @@ -1231,6 +1232,7 @@ static int __init pc_init(void) pc_driver->owner = THIS_MODULE; pc_driver->name = "ttyD"; + pc_driver->devfs_name = "tts/D"; pc_driver->major = DIGI_MAJOR; pc_driver->minor_start = 0; pc_driver->type = TTY_DRIVER_TYPE_SERIAL;