]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/net/bluetooth/bluetooth.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/blueto...
[mirror_ubuntu-artful-kernel.git] / include / net / bluetooth / bluetooth.h
index 97264fc8feebf3a017e70930383eed3027febc07..980e59f37d4f8cb6b487570189b328683d311b5b 100644 (file)
@@ -109,7 +109,7 @@ struct bt_power {
  */
 #define BT_CHANNEL_POLICY_AMP_PREFERRED                2
 
-__attribute__((format (printf, 2, 3)))
+__printf(2, 3)
 int bt_printk(const char *level, const char *fmt, ...);
 
 #define BT_INFO(fmt, arg...)   bt_printk(KERN_INFO, pr_fmt(fmt), ##arg)