|
@@ -22,7 +22,8 @@
|
|
|
|
|
|
#define ATH6KL_MAX_IE 256
|
|
#define ATH6KL_MAX_IE 256
|
|
|
|
|
|
-extern int ath6kl_printk(const char *level, const char *fmt, ...);
|
|
|
|
|
|
+extern __printf(2, 3)
|
|
|
|
+int ath6kl_printk(const char *level, const char *fmt, ...);
|
|
|
|
|
|
/*
|
|
/*
|
|
* Reflects the version of binary interface exposed by ATH6KL target
|
|
* Reflects the version of binary interface exposed by ATH6KL target
|