commit | d8fd94d9f08237ffda7e44e6825b057bf20a90e3 | [log] [tgz] |
---|---|---|
author | Henrique de Moraes Holschuh <hmh@hmh.eng.br> | Sat Apr 21 11:08:36 2007 -0300 |
committer | Len Brown <len.brown@intel.com> | Sat Apr 21 23:30:34 2007 -0400 |
tree | 0c0a818fd36aaa8ea708e64ac4db727df95724e3 | |
parent | 926411779287ad4f7013c9d80aa44fd131b70cd9 [diff] |
ACPI: thinkpad-acpi: use bitfields for module flags Use a bitfield to hold boolean module-wide flags, to conserve some memory. It is easy and it is clean, so we do it just for the heck of it even if it saves very little space. Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br> Signed-off-by: Len Brown <len.brown@intel.com>