Skip to content

Commit

Permalink
ARM: LPC32xx: clock.c: Missing header file
Browse files Browse the repository at this point in the history
This patch fixes the compiler warnings regarding the EXPORT_SYMBOL usage

Signed-off-by: Roland Stigge <stigge@antcom.de>
Acked-by: Wolfram Sang <w.sang@pengutronix.de>
Acked-by: Kevin Wells <kevin.wells@nxp.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Roland Stigge authored and Olof Johansson committed Feb 9, 2012
1 parent bd35633 commit 8998316
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-lpc32xx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
* will also impact the individual peripheral rates.
*/

#include <linux/export.h>
#include <linux/kernel.h>
#include <linux/list.h>
#include <linux/errno.h>
Expand Down

0 comments on commit 8998316

Please sign in to comment.