summaryrefslogtreecommitdiff
path: root/net/ieee802154/sysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/ieee802154/sysfs.h')
-rw-r--r--net/ieee802154/sysfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ieee802154/sysfs.h b/net/ieee802154/sysfs.h
index aa42e39ecbec..69961e166257 100644
--- a/net/ieee802154/sysfs.h
+++ b/net/ieee802154/sysfs.h
@@ -1,9 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __IEEE802154_SYSFS_H
#define __IEEE802154_SYSFS_H
int wpan_phy_sysfs_init(void);
void wpan_phy_sysfs_exit(void);
-extern struct class wpan_phy_class;
+extern const struct class wpan_phy_class;
#endif /* __IEEE802154_SYSFS_H */