]> git.baikalelectronics.ru Git - kernel.git/commit
ieee802154: sysfs: add missing include
authorAlexander Aring <alex.aring@gmail.com>
Sun, 2 Nov 2014 20:43:04 +0000 (21:43 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sun, 2 Nov 2014 20:52:02 +0000 (21:52 +0100)
commit249d1db42c8e372e7268790c73fa0652414fa1d9
treed9d30564fcb8d64f7254712e85f22f27631edce1
parent2a49260d2d3bebb3d3bf47f31c85389291d094c6
ieee802154: sysfs: add missing include

Running make C=2 occurs in warnings:

symbol 'wpan_phy_class' was not declared. Should it be static?
symbol 'wpan_phy_sysfs_init' was not declared. Should it be static?
symbol 'wpan_phy_sysfs_exit' wasnot declared. Should it be static?

This patch adds a missing include "sysfs.h" to solve these warnings.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Reported-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/ieee802154/sysfs.c