#include <linux/kernel.h>
#include <linux/completion.h>
#include <asm/sections.h>
#define DBG(args...) printk(args)
#define DBG(args...) do { } while(0)
static struct smu_sdbp_cpuvcp *cpuvcp;
static int cpuvcp_version;
static struct smu_sdbp_cpudiode *cpudiode;
static struct smu_sdbp_slotspow *slotspow;
static u8 *debugswitches;
static LIST_HEAD(smu_ads);
#define to_smu_ads(c) container_of(c, struct smu_ad_sensor, sens)
static void smu_ads_release(struct wf_sensor *sr)
struct smu_ad_sensor *ads = to_smu_ads(sr);