core: Remove unused argument to init()
authorChandramouli Narayanan <chandramouli.narayanan@intel.com>
Thu, 26 Jan 2012 19:54:54 +0000 (19:54 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Thu, 2 Feb 2012 16:12:22 +0000 (16:12 +0000)
commit6bdefaddb67954b1426c9015c31b3405ba9059b8
tree06ad29db880d6e3d787c72f40deccf022415658a
parent73ecc07646aa9577da929e79412989f600005b40
core: Remove unused argument to init()

The com32sys_t * argument to init() isn't actually used and the efi
implementation doesn't even have it in its prototype. Just delete it.

Signed-off-by: Chandramouli Narayanan <chandramouli.narayanan@intel.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
core/init.c