summaryrefslogtreecommitdiff
path: root/include/net/wpan-phy.h
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-10-25 07:25:11 +0400
committerMarcel Holtmann <marcel@holtmann.org>2014-10-25 10:07:30 +0400
commite72740d057fea18be17587ff84ecebf09b30ca7d (patch)
tree71f4ad3e59770e407b5cd48a14928615688062f0 /include/net/wpan-phy.h
parent4896167d9761ede678c36999eea0450c355991d4 (diff)
downloadlinux-e72740d057fea18be17587ff84ecebf09b30ca7d.tar.xz
ieee802154: wpan-phy: use blank line after function
This patch adds a blank line after function declaration. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/wpan-phy.h')
-rw-r--r--include/net/wpan-phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/wpan-phy.h b/include/net/wpan-phy.h
index fa827c923391..1e9795f116ba 100644
--- a/include/net/wpan-phy.h
+++ b/include/net/wpan-phy.h
@@ -75,6 +75,7 @@ static inline void wpan_phy_set_dev(struct wpan_phy *phy, struct device *dev)
{
phy->dev.parent = dev;
}
+
int wpan_phy_register(struct wpan_phy *phy);
void wpan_phy_unregister(struct wpan_phy *phy);
void wpan_phy_free(struct wpan_phy *phy);