]> git.ipfire.org Git - people/ms/u-boot.git/commit
arc: add empty asm/processor.h to satisfy compilation of USB code
authorAlexey Brodkin <abrodkin@synopsys.com>
Thu, 12 Nov 2015 21:45:20 +0000 (00:45 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Tue, 17 Nov 2015 21:39:22 +0000 (00:39 +0300)
commitdb1f17f894b15402f3d1d43f7d273a42668b8ab4
tree0e009589ac3a5ed9bf918aeb66a0e7c508a7275f
parent90841dc21ed077a045c20dba660da8235a4fa577
arc: add empty asm/processor.h to satisfy compilation of USB code

common/usb.c unconditionally includes <asm/processor.h>
And now to allow USB support on ARC boards we have to have that header.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/include/asm/processor.h [new file with mode: 0644]