diff options
Diffstat (limited to 'drivers/thermal/thermal_sys.c')
| -rw-r--r-- | drivers/thermal/thermal_sys.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/thermal/thermal_sys.c b/drivers/thermal/thermal_sys.c index dd9a5743fa99..220ce7e31cf5 100644 --- a/drivers/thermal/thermal_sys.c +++ b/drivers/thermal/thermal_sys.c | |||
| @@ -1304,7 +1304,7 @@ static struct genl_multicast_group thermal_event_mcgrp = { | |||
| 1304 | .name = THERMAL_GENL_MCAST_GROUP_NAME, | 1304 | .name = THERMAL_GENL_MCAST_GROUP_NAME, |
| 1305 | }; | 1305 | }; |
| 1306 | 1306 | ||
| 1307 | int generate_netlink_event(u32 orig, enum events event) | 1307 | int thermal_generate_netlink_event(u32 orig, enum events event) |
| 1308 | { | 1308 | { |
| 1309 | struct sk_buff *skb; | 1309 | struct sk_buff *skb; |
| 1310 | struct nlattr *attr; | 1310 | struct nlattr *attr; |
| @@ -1363,7 +1363,7 @@ int generate_netlink_event(u32 orig, enum events event) | |||
| 1363 | 1363 | ||
| 1364 | return result; | 1364 | return result; |
| 1365 | } | 1365 | } |
| 1366 | EXPORT_SYMBOL(generate_netlink_event); | 1366 | EXPORT_SYMBOL(thermal_generate_netlink_event); |
| 1367 | 1367 | ||
| 1368 | static int genetlink_init(void) | 1368 | static int genetlink_init(void) |
| 1369 | { | 1369 | { |
