summaryrefslogtreecommitdiffstats
path: root/drivers/char/pcmcia/serial_cb.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/char/pcmcia/serial_cb.c')
-rw-r--r--drivers/char/pcmcia/serial_cb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/pcmcia/serial_cb.c b/drivers/char/pcmcia/serial_cb.c
index f959b9c40..2dadac4ad 100644
--- a/drivers/char/pcmcia/serial_cb.c
+++ b/drivers/char/pcmcia/serial_cb.c
@@ -7,7 +7,7 @@
Copyright 1998, 1999 by Donald Becker and David Hinds
This software may be used and distributed according to the terms
- of the GNU Public License, incorporated herein by reference.
+ of the GNU General Public License, incorporated herein by reference.
All other rights reserved.
This driver is an activator for CardBus serial cards, as
@@ -24,7 +24,7 @@
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/sched.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
#include <linux/string.h>
#include <linux/tty.h>
#include <linux/serial.h>