[media] siano: replace sms_debug() by pr_debug()
[firefly-linux-kernel-4.4.55.git] / drivers / media / common / siano / smscoreapi.h
index ab6506fd65c880f08c8bdd56033e753873db591f..ef735681cb8e849b24d847dc1c7ec2bbbd2b24ea 100644 (file)
@@ -1184,9 +1184,4 @@ int smscore_led_state(struct smscore_device_t *core, int led);
                pr_info(fmt "\n", ##arg); \
 } while (0)
 
-#define sms_debug(fmt, arg...) do {\
-        if (sms_dbg & DBG_ADV) \
-                printk(KERN_DEBUG pr_fmt(fmt "\n"), ##arg); \
-} while (0)
-
 #endif /* __SMS_CORE_API_H__ */