summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorAndries E. Brouwer <andries.brouwer@cwi.nl>2002-11-18 17:25:17 -0800
committerLinus Torvalds <torvalds@home.transmeta.com>2002-11-18 17:25:17 -0800
commit274c7da79ca2c92a790622b679622c984b75998b (patch)
tree19111f412cf2ebd5c23c86f4537c3304f3ef338c /include/linux
parent715feb63c673c5009d439d95fcb228ee92ab0f06 (diff)
[PATCH] compilation fix (tpyo)
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/device.h b/include/linux/device.h
index 6ce7d11cc8f9..b434f2725c23 100644
--- a/include/linux/device.h
+++ b/include/linux/device.h
@@ -438,9 +438,9 @@ extern void device_resume(u32 level);
extern void device_shutdown(void);
-/* drivrs/base/firmware.c */
+/* drivers/base/firmware.c */
extern int firmware_register(struct subsystem *);
-extern void firmware_uregister(struct subsystem *);
+extern void firmware_unregister(struct subsystem *);
/* debugging and troubleshooting/diagnostic helpers. */
#ifdef DEBUG