|
@@ -9,12 +9,15 @@
|
|
#include <linux/of.h>
|
|
#include <linux/of.h>
|
|
#include <linux/of_device.h>
|
|
#include <linux/of_device.h>
|
|
#include <linux/export.h>
|
|
#include <linux/export.h>
|
|
|
|
+
|
|
#include <asm/oplib.h>
|
|
#include <asm/oplib.h>
|
|
#include <asm/io.h>
|
|
#include <asm/io.h>
|
|
#include <asm/auxio.h>
|
|
#include <asm/auxio.h>
|
|
#include <asm/string.h> /* memset(), Linux has no bzero() */
|
|
#include <asm/string.h> /* memset(), Linux has no bzero() */
|
|
#include <asm/cpu_type.h>
|
|
#include <asm/cpu_type.h>
|
|
|
|
|
|
|
|
+#include "kernel.h"
|
|
|
|
+
|
|
/* Probe and map in the Auxiliary I/O register */
|
|
/* Probe and map in the Auxiliary I/O register */
|
|
|
|
|
|
/* auxio_register is not static because it is referenced
|
|
/* auxio_register is not static because it is referenced
|