acer_acpi: Remove interface_free
commit2bd609e049c56c5a4073315b3e50b057714876f5
authorCarlos Corbacho <cathectic@gmail.com>
Fri, 12 Oct 2007 23:47:50 +0000 (13 00:47 +0100)
committerCarlos Corbacho <cathectic@gmail.com>
Fri, 12 Oct 2007 23:47:50 +0000 (13 00:47 +0100)
tree678d866c8b3bfefba7f6eb96dc4ba77c522cf5ec
parent9c43e54852df39039e7574f689054fb4864c67f5
acer_acpi: Remove interface_free

Since we only call this twice, and it's just a wrapper around kfree,
then lets kill it off. Replace calls to this with a check if data !=NULL
and then call kfree, and drop the interface_free function, and the free
entry in struct Interface.
acer_acpi.c