Revision 248152b60209874b1707a23d336b137486756a29 authored by Linus Torvalds on 23 January 2013, 21:31:15 UTC, committed by Linus Torvalds on 23 January 2013, 21:31:15 UTC
Pull m68k fixes from Geert Uytterhoeven:
 "The asm-generic changeset has been ack'ed by Arnd."

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k:
  m68k: Wire up finit_module
  asm-generic/dma-mapping-broken.h: Provide dma_alloc_attrs()/dma_free_attrs()
  m68k: Provide dma_alloc_attrs()/dma_free_attrs()
2 parent s c1b8414 + e7e29b4
Raw File
mkversion
if [ ! -f .version ]
then
    echo 1
else
    expr 0`cat .version` + 1
fi
back to top