diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-02-01 12:53:26 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-02-01 12:53:26 -0500 |
commit | de8696203e64f19ea26f8e096ac8a796e78216b3 (patch) | |
tree | d932f2f04d6c81c75c5104ae86b1e5d47e6591e3 /include/linux | |
parent | 807a96cd0e5f5311e7f7a1030b43aab624cd7d9f (diff) | |
parent | 0dc23d704874e892c3fb5f2c0e4dfbef3c9c6edf (diff) |
Merge branch 'omap-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/dmi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/dmi.h b/include/linux/dmi.h index aea23105d3ed..d741b9ceb0e0 100644 --- a/include/linux/dmi.h +++ b/include/linux/dmi.h | |||
@@ -65,6 +65,8 @@ static inline int dmi_walk(void (*decode)(const struct dmi_header *)) | |||
65 | { return -1; } | 65 | { return -1; } |
66 | static inline bool dmi_match(enum dmi_field f, const char *str) | 66 | static inline bool dmi_match(enum dmi_field f, const char *str) |
67 | { return false; } | 67 | { return false; } |
68 | static inline const struct dmi_system_id * | ||
69 | dmi_first_match(const struct dmi_system_id *list) { return NULL; } | ||
68 | 70 | ||
69 | #endif | 71 | #endif |
70 | 72 | ||