diff options
| author | 2014-11-26 20:37:57 +0000 | |
|---|---|---|
| committer | 2014-11-26 20:37:57 +0000 | |
| commit | cf2394f70cf7774a107fbaa1ef5010db4bd69baa (patch) | |
| tree | e79e3e479d04213a67ecd47b31c7db648b0313c2 /include/linux/kernel.h | |
| parent | regulator: max77802: Fill regulator modes translation callback (diff) | |
| parent | Linux 3.18-rc4 (diff) | |
| download | linux-dev-cf2394f70cf7774a107fbaa1ef5010db4bd69baa.tar.xz linux-dev-cf2394f70cf7774a107fbaa1ef5010db4bd69baa.zip | |
Merge tag 'v3.18-rc4' into regulator-max77802
Linux 3.18-rc4
Diffstat (limited to 'include/linux/kernel.h')
| -rw-r--r-- | include/linux/kernel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index 40728cf1c452..3d770f5564b8 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h @@ -403,6 +403,7 @@ int vsscanf(const char *, const char *, va_list); extern int get_option(char **str, int *pint); extern char *get_options(const char *str, int nints, int *ints); extern unsigned long long memparse(const char *ptr, char **retptr); +extern bool parse_option_str(const char *str, const char *option); extern int core_kernel_text(unsigned long addr); extern int core_kernel_data(unsigned long addr); |
