All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Rosenkraenzer <bero@arklinux.org>
To: akpm@osdl.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] 2.6.16-mm1 x1205 RTC driver doesn't compile
Date: Thu, 23 Mar 2006 18:54:45 +0100	[thread overview]
Message-ID: <200603231854.45960.bero@arklinux.org> (raw)

rtc-x1205 uses I2C_DRIVERID_X1205 without defining it.

Signed-off-by: Bernhard Rosenkraenzer <bero@arklinux.org>

---
--- linux-2.6.16/include/linux/i2c-id.h.ark	2006-03-23 18:56:50.000000000 
+0100
+++ linux-2.6.16/include/linux/i2c-id.h	2006-03-23 18:56:22.000000000 +0100
@@ -108,6 +108,7 @@
 #define I2C_DRIVERID_UPD64083	78	/* upd64083 video processor	*/
 #define I2C_DRIVERID_UPD64031A	79	/* upd64031a video processor	*/
 #define I2C_DRIVERID_SAA717X	80	/* saa717x video encoder	*/
+#define I2C_DRIVERID_X1205	81	/* X1205 RTC			*/
 
 #define I2C_DRIVERID_I2CDEV	900
 #define I2C_DRIVERID_ARP        902    /* SMBus ARP Client              */

             reply	other threads:[~2006-03-23 18:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-23 17:54 Bernhard Rosenkraenzer [this message]
2006-03-24  9:05 ` [PATCH] 2.6.16-mm1 x1205 RTC driver doesn't compile Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200603231854.45960.bero@arklinux.org \
    --to=bero@arklinux.org \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.