Skip to content
Snippets Groups Projects
Commit 688b4db0 authored by Chris Metcalf's avatar Chris Metcalf
Browse files

arch/tile: Fix up from commit 8a25a2fd


This was Kay Siever's bombing to convert 'cpu' to a regular subsystem.
The change left a bogus second argument to sysfs_create_file().

Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
parent fde7d904
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ static int __init create_sysfs_entries(void)
#define create_hv_attr(name) \
if (!err) \
err = sysfs_create_file(hypervisor_kobj, &dev_attr_##name);
err = sysfs_create_file(hypervisor_kobj, &dev_attr_##name.attr);
create_hv_attr(type);
create_hv_attr(version);
create_hv_attr(config_version);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment