From: Jon Smirl <jonsmirl@gmail.com>
To: lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] Export symbol from I2C eeprom driver
Date: Sat, 8 Jan 2005 00:34:44 -0500 [thread overview]
Message-ID: <9e47339105010721347fbeb907@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 298 bytes --]
Trivial patch to export a symbol from the eeprom driver. Currently
there are no exported symbols. The symbol lets the radeon DRM driver
link to it and modprobe will then force it to load along with the
radeon driver.
Signed off by: Jon Smirl <jonsmirl@gmail.com>
--
Jon Smirl
jonsmirl@gmail.com
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: eeprom.patch --]
[-- Type: text/x-patch; name="eeprom.patch", Size: 450 bytes --]
#signed off by: Jon Smirl <jonsmirl@gmail.com>
===== drivers/i2c/chips/eeprom.c 1.14 vs edited =====
--- 1.14/drivers/i2c/chips/eeprom.c 2004-11-08 19:37:27 -05:00
+++ edited/drivers/i2c/chips/eeprom.c 2005-01-08 00:27:54 -05:00
@@ -85,7 +85,8 @@
.detach_client = eeprom_detach_client,
};
-static int eeprom_id;
+int eeprom_id;
+EXPORT_SYMBOL(eeprom_id);
static void eeprom_update_client(struct i2c_client *client, u8 slice)
{
next reply other threads:[~2005-01-08 5:34 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-01-08 5:34 Jon Smirl [this message]
2005-01-08 5:53 ` [PATCH] Export symbol from I2C eeprom driver Greg KH
2005-01-08 6:08 ` Jon Smirl
2005-01-08 22:27 ` Greg KH
2005-01-09 0:14 ` Jon Smirl
2005-01-10 23:47 ` Greg KH
2005-01-11 2:20 ` Jon Smirl
2005-01-12 23:21 ` Greg KH
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=9e47339105010721347fbeb907@mail.gmail.com \
--to=jonsmirl@gmail.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox