From 8ad99a4b251a4e73433b4f039faafcd26bdf9d41 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Wed, 28 Jan 2009 00:07:20 -0600 Subject: [PATCH] --- yaml --- r: 130339 b: refs/heads/master c: d8204ee2ad1c9babd7e33d4c118ec99a78a8442e h: refs/heads/master i: 130337: 26a0e55d62a12146108c4b6da1e033ba4d76a6fe 130335: 968d61d12dcebf89ce65ce7e99998610160eb0c6 v: v3 --- [refs] | 2 +- trunk/include/linux/dmi.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3d08855827e5..e19c4e2e46d7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 30b23634084d95781f7611c0713cb551a0c0a152 +refs/heads/master: d8204ee2ad1c9babd7e33d4c118ec99a78a8442e diff --git a/trunk/include/linux/dmi.h b/trunk/include/linux/dmi.h index aea23105d3ed..d741b9ceb0e0 100644 --- a/trunk/include/linux/dmi.h +++ b/trunk/include/linux/dmi.h @@ -65,6 +65,8 @@ static inline int dmi_walk(void (*decode)(const struct dmi_header *)) { return -1; } static inline bool dmi_match(enum dmi_field f, const char *str) { return false; } +static inline const struct dmi_system_id * + dmi_first_match(const struct dmi_system_id *list) { return NULL; } #endif