|
@@ -25,6 +25,7 @@
|
|
#include <linux/genhd.h>
|
|
#include <linux/genhd.h>
|
|
#include <linux/rtc.h>
|
|
#include <linux/rtc.h>
|
|
#include <linux/interrupt.h>
|
|
#include <linux/interrupt.h>
|
|
|
|
+#include <linux/module.h>
|
|
|
|
|
|
#include <asm/bootinfo.h>
|
|
#include <asm/bootinfo.h>
|
|
#include <asm/system.h>
|
|
#include <asm/system.h>
|
|
@@ -58,6 +59,7 @@ static irq_handler_t tick_handler;
|
|
|
|
|
|
|
|
|
|
unsigned short mvme16x_config;
|
|
unsigned short mvme16x_config;
|
|
|
|
+EXPORT_SYMBOL(mvme16x_config);
|
|
|
|
|
|
|
|
|
|
int mvme16x_parse_bootinfo(const struct bi_record *bi)
|
|
int mvme16x_parse_bootinfo(const struct bi_record *bi)
|