| .. | .. |
|---|
| 812 | 812 | int i2400m_tx(struct i2400m *, const void *, size_t, enum i2400m_pt); |
|---|
| 813 | 813 | |
|---|
| 814 | 814 | #ifdef CONFIG_DEBUG_FS |
|---|
| 815 | | -int i2400m_debugfs_add(struct i2400m *); |
|---|
| 815 | +void i2400m_debugfs_add(struct i2400m *); |
|---|
| 816 | 816 | void i2400m_debugfs_rm(struct i2400m *); |
|---|
| 817 | 817 | #else |
|---|
| 818 | | -static inline int i2400m_debugfs_add(struct i2400m *i2400m) |
|---|
| 819 | | -{ |
|---|
| 820 | | - return 0; |
|---|
| 821 | | -} |
|---|
| 818 | +static inline void i2400m_debugfs_add(struct i2400m *i2400m) {} |
|---|
| 822 | 819 | static inline void i2400m_debugfs_rm(struct i2400m *i2400m) {} |
|---|
| 823 | 820 | #endif |
|---|
| 824 | 821 | |
|---|