elflink: Don't require every module to have init/exit functions
authorMatt Fleming <matt.fleming@linux.intel.com>
Fri, 15 Apr 2011 20:10:55 +0000 (21:10 +0100)
committerMatt Fleming <matt.fleming@linux.intel.com>
Tue, 26 Apr 2011 09:06:25 +0000 (10:06 +0100)
commit6456cf91b527376b08afe1949f4db3fe3e31d638
tree72e0d83ddb5d2f0ba5e176a294636bcd30e3aae8
parent24413ca435166f612280889db2559eb23273869b
elflink: Don't require every module to have init/exit functions

Don't complain or refuse to load a module if it doesn't contain an
init or exit function, as many of the init/exit functions are in fact
empty.

Signed-off-by: Matt Fleming <matt.fleming@linux.intel.com>
com32/lib/sys/module/elf_module.c