]> git.baikalelectronics.ru Git - kernel.git/commit
fbdev: FB_GOLDFISH should depend on HAS_DMA
authorGeert Uytterhoeven <geert@linux-m68k.org>
Fri, 24 May 2013 22:55:27 +0000 (15:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 May 2013 23:22:52 +0000 (16:22 -0700)
commit0e3e4f1855d11e5183620c978b12bc6f502d4ffd
tree06314ced63182fae9d538463c709ea380fe3df15
parentae268b4a340ee3aa5157697b81fcf25cfab5992a
fbdev: FB_GOLDFISH should depend on HAS_DMA

If NO_DMA=y:

  drivers/built-in.o: In function `goldfish_fb_remove':
  drivers/video/goldfishfb.c:301: undefined reference to `dma_free_coherent'
  drivers/built-in.o: In function `goldfish_fb_probe':
  drivers/video/goldfishfb.c:247: undefined reference to `dma_alloc_coherent'
  drivers/video/goldfishfb.c:280: undefined reference to `dma_free_coherent'

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/Kconfig