From f5152f1aadc5834467f8d7e00d382f1057eb06d7 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Wed, 9 Jan 2013 19:36:56 +0000 Subject: include: add missing values to sysfs_cxt initializer definition Signed-off-by: Sami Kerola --- include/sysfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/sysfs.h') diff --git a/include/sysfs.h b/include/sysfs.h index 4f9c46bb3..739f9de12 100644 --- a/include/sysfs.h +++ b/include/sysfs.h @@ -30,7 +30,7 @@ struct sysfs_cxt { unsigned int has_hctl : 1; }; -#define UL_SYSFSCXT_EMPTY { 0, -1, NULL, NULL } +#define UL_SYSFSCXT_EMPTY { 0, -1, NULL, NULL, 0, 0, 0, 0, 0 } extern char *sysfs_devno_attribute_path(dev_t devno, char *buf, size_t bufsiz, const char *attr); -- cgit v1.2.3-55-g7522