diff mbox

[5/5] omap2plus: voltage: Trivial linking fix for 'EINVAL' undeclared

Message ID 4D236D72.7080406@ti.com (mailing list archive)
State Superseded
Delegated to: Kevin Hilman
Headers show

Commit Message

Nishanth Menon Jan. 4, 2011, 6:56 p.m. UTC
None
diff mbox

Patch

--- a/arch/arm/mach-omap2/omap_hwmod_common_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_common_data.c
@@ -16,6 +16,7 @@ 
   * data and their integration with other OMAP modules and Linux.
   */

+#include <linux/err.h>
  #include <plat/omap_hwmod.h>

  #include "omap_hwmod_common_data.h"