Skip to content

Commit

Permalink
frv: add module.h to mb93090-mb00/flash.c to avoid compile fail
Browse files Browse the repository at this point in the history
This file is built off of a tristate Kconfig option and also contains
modular function calls so it should explicitly include module.h to
avoid compile breakage during header shuffles done in the future.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
  • Loading branch information
Paul Gortmaker committed Jun 16, 2015
1 parent 743492c commit 7cac343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/frv/mb93090-mb00/flash.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* 2 of the Licence, or (at your option) any later version.
*/

#include <linux/init.h>
#include <linux/module.h>
#include <linux/platform_device.h>
#include <linux/mtd/partitions.h>
#include <linux/mtd/physmap.h>
Expand Down

0 comments on commit 7cac343

Please sign in to comment.