[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