lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 16 Apr 2010 13:59:07 +0200
From:	Jakob Viketoft <jakob.viketoft@...sim.com>
To:	linux-kernel@...r.kernel.org, Daniel Mack <daniel@...aq.de>,
	Eric Miao <eric.y.miao@...il.com>
Subject: [PATCH] colibri.h: Add #include

The use of mfp_cfg_t causes build errors without including <mach/mfp.h>.

CC: stable@...nel.org
CC: Daniel Mack <daniel@...aq.de>
CC: Eric Miao <eric.y.miao@...il.com>
Signed-off-by Jakob Viketoft <jakob.viketoft@...sim.com>


--- a/arch/arm/mach-pxa/include/mach/colibri.h	2010-03-15 
17:09:39.000000000 +0100
+++ b/arch/arm/mach-pxa/include/mach/colibri.h	2010-04-16 
13:53:29.000000000 +0200
@@ -2,6 +2,7 @@
  #define _COLIBRI_H_

  #include <net/ax88796.h>
+#include <mach/mfp.h>

  /*
   * common settings for all modules


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ