|
@@ -20,6 +20,7 @@
|
|
*/
|
|
*/
|
|
|
|
|
|
#define __KERNEL_SYSCALLS__
|
|
#define __KERNEL_SYSCALLS__
|
|
|
|
+static int errno;
|
|
|
|
|
|
#include <linux/config.h>
|
|
#include <linux/config.h>
|
|
#include <linux/module.h>
|
|
#include <linux/module.h>
|
|
@@ -38,9 +39,6 @@
|
|
#include <asm/uaccess.h>
|
|
#include <asm/uaccess.h>
|
|
#include <asm/envctrl.h>
|
|
#include <asm/envctrl.h>
|
|
|
|
|
|
-static int errno;
|
|
|
|
-#include <asm/unistd.h>
|
|
|
|
-
|
|
|
|
#define ENVCTRL_MINOR 162
|
|
#define ENVCTRL_MINOR 162
|
|
|
|
|
|
#define PCF8584_ADDRESS 0x55
|
|
#define PCF8584_ADDRESS 0x55
|