patch-2.4.0-test9 linux/drivers/acorn/char/i2c.c
Next file: linux/drivers/acorn/char/keyb_arc.c
Previous file: linux/drivers/acorn/char/defkeymap-acorn.c
Back to the patch index
Back to the overall index
- Lines: 29
- Date:
Mon Sep 18 15:15:21 2000
- Orig file:
v2.4.0-test8/linux/drivers/acorn/char/i2c.c
- Orig date:
Sun Feb 6 17:45:25 2000
diff -u --recursive --new-file v2.4.0-test8/linux/drivers/acorn/char/i2c.c linux/drivers/acorn/char/i2c.c
@@ -1,11 +1,15 @@
/*
- * linux/drivers/acorn/char/i2c.c
+ * linux/drivers/acorn/char/i2c.c
*
- * Copyright (C) 2000 Russell King
+ * Copyright (C) 2000 Russell King
*
- * ARM IOC/IOMD i2c driver.
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
*
- * On Acorn machines, the following i2c devices are on the bus:
+ * ARM IOC/IOMD i2c driver.
+ *
+ * On Acorn machines, the following i2c devices are on the bus:
* - PCF8583 real time clock & static RAM
*/
#include <linux/init.h>
@@ -15,7 +19,7 @@
#include <asm/hardware.h>
#include <asm/io.h>
-#include <asm/ioc.h>
+#include <asm/hardware/ioc.h>
#include <asm/system.h>
#include "pcf8583.h"
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)