From 857d79debf60426bc0f02cc73957540613e42fc3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 6 Jun 2012 01:20:37 +0100 Subject: [PATCH] do not add up enums --- cprogs/xacpi-simple.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cprogs/xacpi-simple.c b/cprogs/xacpi-simple.c index 9d67c37..48c2ff4 100644 --- a/cprogs/xacpi-simple.c +++ b/cprogs/xacpi-simple.c @@ -153,7 +153,6 @@ typedef struct batinfo_field { #define ALL_PLAIN_ACCUMULATE_FIELDS(_) \ UEVENT_ESSENTIAL_QUANTITY_FIELDS(_) \ - UEVENT_ENUM_FIELDS(_) \ SEPARATE_QUANTITY_FIELDS(_) #define ALL_ACCUMULATE_FIELDS(_) \ -- 2.30.2