|
@@ -11,9 +11,6 @@
|
|
* March 2001: Ported from 2.0.34 by Liam Davies
|
|
* March 2001: Ported from 2.0.34 by Liam Davies
|
|
*
|
|
*
|
|
*/
|
|
*/
|
|
-
|
|
|
|
-#define RTC_IO_EXTENT 0x10 /*Only really two ports, but... */
|
|
|
|
-
|
|
|
|
#include <linux/types.h>
|
|
#include <linux/types.h>
|
|
#include <linux/errno.h>
|
|
#include <linux/errno.h>
|
|
#include <linux/miscdevice.h>
|
|
#include <linux/miscdevice.h>
|
|
@@ -32,8 +29,6 @@
|
|
|
|
|
|
#include "lcd.h"
|
|
#include "lcd.h"
|
|
|
|
|
|
-static DEFINE_SPINLOCK(lcd_lock);
|
|
|
|
-
|
|
|
|
static int lcd_ioctl(struct inode *inode, struct file *file,
|
|
static int lcd_ioctl(struct inode *inode, struct file *file,
|
|
unsigned int cmd, unsigned long arg);
|
|
unsigned int cmd, unsigned long arg);
|
|
|
|
|