arm: mxs: include asm/processor.h for cpu_relax()
commitad377c630864e2609c54385907493dbf68a34295
authorWolfram Sang <w.sang@pengutronix.de>
Wed, 25 May 2011 09:34:57 +0000 (25 11:34 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Mon, 6 Jun 2011 07:50:04 +0000 (6 09:50 +0200)
treedf542fb17d99cb4681b805163fd304b006a68cf8
parent55922c9d1b84b89cb946c777fddccb3247e7df2c
arm: mxs: include asm/processor.h for cpu_relax()

I get this build error as of today:

arch/arm/mach-mxs/ocotp.c: In function 'mxs_get_ocotp':
arch/arm/mach-mxs/ocotp.c:54: error: implicit declaration of function 'cpu_relax'
make[2]: *** [arch/arm/mach-mxs/ocotp.o] Error 1

Looks like it has been indirectly included before which broke now.
Include it directly.

Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Shawn Guo <shawn.guo@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-mxs/ocotp.c