aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/spi/spi_flash.c
diff options
context:
space:
mode:
authorHan Shen <shenhan@google.com>2012-10-16 10:42:25 -0700
committerAnton Kochkov <anton.kochkov@gmail.com>2012-11-12 07:39:31 +0100
commita571c70c14a86d242be39fc12610b2519499379f (patch)
tree7e6f9e5191d0ffb26b8e256db56243ba43367665 /src/drivers/spi/spi_flash.c
parent4a17d29fe8003fd2c47cde0672ddf1066aa61f6a (diff)
Fix gcc-4.7 building problem.
Applied function attribute to function definition to avoid 'conflicting type' warning. Function declaration is in src/include/cpu.h void secondary_cpu_init(unsigned int cpu_index)__attribute__((regparm(0))); But function definition in lapic_cpu_init.c is missing the "__attribute__" part. Change-Id: Idb7cd00fda5a2d486893f9866920929c685d266e Signed-off-by: Han Shen <shenhan@google.com> Reviewed-on: http://review.coreboot.org/1784 Tested-by: build bot (Jenkins) Reviewed-by: Anton Kochkov <anton.kochkov@gmail.com>
Diffstat (limited to 'src/drivers/spi/spi_flash.c')
0 files changed, 0 insertions, 0 deletions