Greg Ungerer b73119222f m68knommu: fix warning: no previous prototype for 'init_dragen2'
Fix the compile time warning:

    arch/m68k/68000/dragen2.c:38:13: warning: no previous prototype for 'init_dragen2' [-Wmissing-prototypes]
      38 | void __init init_dragen2(char *command, int size)
         |             ^~~~~~~~~~~~

There already exists a header file prototype, but that file was not
included in the dragen2.c code.

Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Reported-by: kernel test robot <lkp@intel.com>
2022-03-07 14:51:11 +10:00
..
2021-09-24 13:35:07 +02:00
2022-01-22 08:33:38 +02:00
2021-11-02 06:20:58 -07:00
2021-09-24 13:35:07 +02:00
2021-09-24 13:35:07 +02:00
2021-09-24 13:35:07 +02:00
2022-01-11 17:24:45 -08:00
2020-03-09 11:12:19 +01:00