diff options
| author | James Morris <james.l.morris@oracle.com> | 2014-07-16 20:10:27 +0400 |
|---|---|---|
| committer | James Morris <james.l.morris@oracle.com> | 2014-07-16 20:10:27 +0400 |
| commit | bd89bb78f35fd175db7a9cfc504d789b6ca0f7b0 (patch) | |
| tree | dee9f8b31f3d6d2fb141541da88e1cc1329b017e /include/linux/platform_data/syscon.h | |
| parent | f01387d2693813eb5271a3448e6a082322c7d75d (diff) | |
| parent | 1795cd9b3a91d4b5473c97f491d63892442212ab (diff) | |
| download | linux-bd89bb78f35fd175db7a9cfc504d789b6ca0f7b0.tar.xz | |
Sync with the changes pushed by Serge in the last merge window.
Diffstat (limited to 'include/linux/platform_data/syscon.h')
| -rw-r--r-- | include/linux/platform_data/syscon.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/platform_data/syscon.h b/include/linux/platform_data/syscon.h new file mode 100644 index 000000000000..2354c6fa3726 --- /dev/null +++ b/include/linux/platform_data/syscon.h @@ -0,0 +1,8 @@ +#ifndef PLATFORM_DATA_SYSCON_H +#define PLATFORM_DATA_SYSCON_H + +struct syscon_platform_data { + const char *label; +}; + +#endif |
