[PATCH] acpi: Eliminate a bit o'redudancy

From: Arnaldo Carvalho de Melo
Date: Thu Mar 19 2009 - 20:25:16 EST


I haven't checked if this pessimizes code, its just that when testing my
CTF encoder it decided that if the base type has the same bits as the
bitfield member and CTF has no expressiveness as in the bloated DWARF
format to express this case, so, to avoid my testcases from pointing me
this oxymoron, can you please apply this patch?

Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>

diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h
index e9f6574..498b0a0 100644
--- a/include/acpi/acpi_bus.h
+++ b/include/acpi/acpi_bus.h
@@ -236,7 +236,7 @@ struct acpi_device_power {
/* Performance Management */

struct acpi_device_perf_flags {
- u8 reserved:8;
+ u8 reserved;
};

struct acpi_device_perf_state {
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/