Commit e4c5e82d authored by Catalin Marinas's avatar Catalin Marinas Committed by Russell King

[ARM PATCH] 2399/1: asm/constants.h included in arch/arm/vfp/entry.S

Patch from Catalin Marinas

The TI_VFPSTATE is otherwise undefined and gas-2.15.90 (and probably
earlier versions) assumes 0. Gas-2.15.92 reports an error.

Signed-off-by: Catalin Marinas
Signed-off-by: Russell King
parent 9b2354cf
......@@ -17,6 +17,7 @@
*/
#include <linux/linkage.h>
#include <linux/init.h>
#include <asm/constants.h>
#include <asm/thread_info.h>
#include <asm/vfpmacros.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment