diff options
| author | Steve French <sfrench@us.ibm.com> | 2006-02-22 18:38:53 -0500 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2006-02-22 18:38:53 -0500 |
| commit | 5d2f248a5f3acac4b763439327c92091be7abb1c (patch) | |
| tree | 8f30098a6d17c0367adfbb780e5a8d9a5c43ad5a /lib | |
| parent | a048d7a8704b35ff6372fdf5eedd4533f37b1885 (diff) | |
| parent | 9e956c2dac9bec602ed1ba29181b45ba6d2b6448 (diff) | |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/iomap_copy.c | 2 | ||||
| -rw-r--r-- | lib/kobject_uevent.c | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lib/iomap_copy.c b/lib/iomap_copy.c index a6b1e271d53c..351045f4f63c 100644 --- a/lib/iomap_copy.c +++ b/lib/iomap_copy.c | |||
| @@ -15,8 +15,8 @@ | |||
| 15 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. | 15 | * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #include <linux/io.h> | ||
| 19 | #include <linux/module.h> | 18 | #include <linux/module.h> |
| 19 | #include <linux/io.h> | ||
| 20 | 20 | ||
| 21 | /** | 21 | /** |
| 22 | * __iowrite32_copy - copy data to MMIO space, in 32-bit units | 22 | * __iowrite32_copy - copy data to MMIO space, in 32-bit units |
diff --git a/lib/kobject_uevent.c b/lib/kobject_uevent.c index 1b1985c136ec..086a0c6e888e 100644 --- a/lib/kobject_uevent.c +++ b/lib/kobject_uevent.c | |||
| @@ -38,6 +38,10 @@ static char *action_to_string(enum kobject_action action) | |||
| 38 | return "remove"; | 38 | return "remove"; |
| 39 | case KOBJ_CHANGE: | 39 | case KOBJ_CHANGE: |
| 40 | return "change"; | 40 | return "change"; |
| 41 | case KOBJ_MOUNT: | ||
| 42 | return "mount"; | ||
| 43 | case KOBJ_UMOUNT: | ||
| 44 | return "umount"; | ||
| 41 | case KOBJ_OFFLINE: | 45 | case KOBJ_OFFLINE: |
| 42 | return "offline"; | 46 | return "offline"; |
| 43 | case KOBJ_ONLINE: | 47 | case KOBJ_ONLINE: |
