ACPI: thinkpad-acpi: use bitfields for module flags
commit3305c78189b544c2494f24501cc02476a26735f7
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sat, 21 Apr 2007 16:03:06 +0000 (21 13:03 -0300)
committerHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sun, 23 Sep 2007 12:30:29 +0000 (23 09:30 -0300)
treed1d7090773f5341d1ec3781f5f8450f0a983459b
parent74801db0521e1872daff44d2f655a16cbcb649a0
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>
drivers/misc/thinkpad_acpi.c
drivers/misc/thinkpad_acpi.h