acer_acpi: Remove dynamic allocation of acer_data0.10_rc1
commitcabf8e92c025703c3029b65ceb4dc353870a746e
authorCarlos Corbacho <cathectic@gmail.com>
Sat, 13 Oct 2007 22:57:11 +0000 (13 23:57 +0100)
committerCarlos Corbacho <cathectic@gmail.com>
Sat, 13 Oct 2007 22:57:11 +0000 (13 23:57 +0100)
tree4c820e1ec705678782caff78a53190a8c1549aa5
parent2ff8743a0bad660db9e1d176bc6581542d18c198
acer_acpi: Remove dynamic allocation of acer_data

Now that acer_data is a fixed sized structure, shared by both AMW0
and WMID, we do not need to allocate it. Change Interface to contain
an 'acer_data' structure, rather than a void *, and remove all kmalloc.
acer_acpi.c