Search Linux Wireless

[PATCH 3/7] initvals: fix compiler error caused by a missing include

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



[juhosg@idared initvals-tool]$ make all
gcc  -o initvals initvals.c
initvals.c: In function ‘ar9580_1p0_hw_print_initvals’:
initvals.c:476: error: ‘ar9580_1p0_modes_fast_clock’ undeclared (first use in this function)
initvals.c:476: error: (Each undeclared identifier is reported only once
initvals.c:476: error: for each function it appears in.)
<...>

Signed-off-by: Gabor Juhos <juhosg@xxxxxxxxxxx>
---
 initvals.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/initvals.c b/initvals.c
index d8991aa..8ffd3fd 100644
--- a/initvals.c
+++ b/initvals.c
@@ -22,6 +22,7 @@ typedef long long unsigned int u64;
 #include "ar9002_initvals.h"
 #include "ar9003_2p2_initvals.h"
 #include "ar9485_initvals.h"
+#include "ar9580_1p0_initvals.h"
 
 #else
 
-- 
1.7.2.1

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux