summaryrefslogtreecommitdiffstats
path: root/include/net/wpan-phy.h
diff options
context:
space:
mode:
authorAlexander Aring2014-10-25 05:25:11 +0200
committerMarcel Holtmann2014-10-25 08:07:30 +0200
commite72740d057fea18be17587ff84ecebf09b30ca7d (patch)
tree71f4ad3e59770e407b5cd48a14928615688062f0 /include/net/wpan-phy.h
parentieee802154: wpan-phy: change to __aligned(size) (diff)
downloadkernel-qcow2-linux-e72740d057fea18be17587ff84ecebf09b30ca7d.tar.gz
kernel-qcow2-linux-e72740d057fea18be17587ff84ecebf09b30ca7d.tar.xz
kernel-qcow2-linux-e72740d057fea18be17587ff84ecebf09b30ca7d.zip
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);