mfd: Copy the device pointer to the twl4030-madc structure
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / net / wireless / debugfs.h
blob74fdd3811427e2014974aa6607527fc45b51329c
1 #ifndef __CFG80211_DEBUGFS_H
2 #define __CFG80211_DEBUGFS_H
4 #ifdef CONFIG_CFG80211_DEBUGFS
5 void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev);
6 #else
7 static inline
8 void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev) {}
9 #endif
11 #endif /* __CFG80211_DEBUGFS_H */