From c5400efc11e181caf0babaa6001de18e3f23c6af Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Fri, 17 Jun 2016 21:37:18 +0300 Subject: intel: Drop old romstage main() without asmlinkage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0d471766fdf46f6e61ac692fc98730a2429f981f Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/15234 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/include/cpu/intel/romstage.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/include') diff --git a/src/include/cpu/intel/romstage.h b/src/include/cpu/intel/romstage.h index c294c2edc0..d4435643e9 100644 --- a/src/include/cpu/intel/romstage.h +++ b/src/include/cpu/intel/romstage.h @@ -3,9 +3,6 @@ #include -/* std signature of entry-point to romstage.c */ -void main(unsigned long bist); - void mainboard_romstage_entry(unsigned long bist); void * asmlinkage romstage_main(unsigned long bist); -- cgit v1.2.3