* [PATCH] Fix compile of drivers/i2c/busses/i2c-s3c2410.c
@ 2004-10-20 17:03 Ben Dooks
0 siblings, 0 replies; only message in thread
From: Ben Dooks @ 2004-10-20 17:03 UTC (permalink / raw)
To: linux-kernel
[-- Attachment #1: Type: text/plain, Size: 193 bytes --]
Fixes missing <asm/io.h> and removes the references to I2C_ALGO_S3C2410
Thanks to Dimitry Andric <dimitry.andric@tomtom.com> for finding this.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
[-- Attachment #2: s3c-i2cfix1.patch --]
[-- Type: text/plain, Size: 733 bytes --]
--- linux-2.6.9-bk4-orig/drivers/i2c/busses/i2c-s3c2410.c 2004-10-20 15:50:29.000000000 +0100
+++ linux-2.6.9-bk4/drivers/i2c/busses/i2c-s3c2410.c 2004-10-20 16:29:03.000000000 +0100
@@ -36,6 +36,7 @@
#include <asm/hardware.h>
#include <asm/irq.h>
+#include <asm/io.h>
#include <asm/hardware/clock.h>
#include <asm/arch/regs-gpio.h>
@@ -534,7 +535,6 @@
static struct i2c_algorithm s3c24xx_i2c_algorithm = {
.name = "S3C2410-I2C-Algorithm",
- .id = I2C_ALGO_S3C2410,
.master_xfer = s3c24xx_i2c_xfer,
};
@@ -543,7 +543,6 @@
.wait = __WAIT_QUEUE_HEAD_INITIALIZER(s3c24xx_i2c.wait),
.adap = {
.name = "s3c2410-i2c",
- .id = I2C_ALGO_S3C2410,
.algo = &s3c24xx_i2c_algorithm,
.retries = 2,
},
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-10-20 16:09 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-20 17:03 [PATCH] Fix compile of drivers/i2c/busses/i2c-s3c2410.c Ben Dooks
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).