mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
fold struct fs_parameter_enum into struct constant_table
no real difference now Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
2710c957a8
commit
5eede62529
8 changed files with 11 additions and 16 deletions
|
@ -56,11 +56,6 @@ struct fs_parameter_spec {
|
|||
const void *data;
|
||||
};
|
||||
|
||||
struct fs_parameter_enum {
|
||||
const char *name;
|
||||
u8 value;
|
||||
};
|
||||
|
||||
struct fs_parameter_description {
|
||||
const char name[16]; /* Name for logging purposes */
|
||||
const struct fs_parameter_spec *specs; /* List of param specifications */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue