m68k/atari - stram: Add missing #include <linux/ioport.h>
commit9aa59cacdf22de9127d147de9523c1a0f832da48
authorGeert Uytterhoeven <geert@linux-m68k.org>
Thu, 14 Aug 2014 07:25:38 +0000 (14 09:25 +0200)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 14 Sep 2014 09:51:35 +0000 (14 11:51 +0200)
tree3967837ae91ae49b3d6210cc06b75bd286430540
parent2ce7598c9a453e0acd0e07be7be3f5eb39608ebd
m68k/atari - stram: Add missing #include <linux/ioport.h>

If CONFIG_BLOCK=n:

arch/m68k/atari/stram.c:44: error: variable ‘stram_pool’ has initializer but incomplete type
arch/m68k/atari/stram.c:45: error: unknown field ‘name’ specified in initializer
arch/m68k/atari/stram.c:46: warning: excess elements in struct initializer
arch/m68k/atari/stram.c:46: warning: (near initialization for ‘stram_pool’)
arch/m68k/atari/stram.c: In function ‘atari_stram_reserve_pages’:
arch/m68k/atari/stram.c:97: error: invalid use of undefined type ‘struct resource’
...

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/atari/stram.c