Commit 0f570fc0 authored by Jes Sorensen's avatar Jes Sorensen Committed by Greg Kroah-Hartman

staging: unisys: visorchipset_file_{init, cleanup}(): mark static

Signed-off-by: default avatarJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 283d9304
...@@ -2351,7 +2351,7 @@ static const struct file_operations visorchipset_fops = { ...@@ -2351,7 +2351,7 @@ static const struct file_operations visorchipset_fops = {
.mmap = visorchipset_mmap, .mmap = visorchipset_mmap,
}; };
int static int
visorchipset_file_init(dev_t major_dev, struct visorchannel **controlvm_channel) visorchipset_file_init(dev_t major_dev, struct visorchannel **controlvm_channel)
{ {
int rc = 0; int rc = 0;
...@@ -2460,7 +2460,7 @@ visorchipset_init(struct acpi_device *acpi_device) ...@@ -2460,7 +2460,7 @@ visorchipset_init(struct acpi_device *acpi_device)
return rc; return rc;
} }
void static void
visorchipset_file_cleanup(dev_t major_dev) visorchipset_file_cleanup(dev_t major_dev)
{ {
if (file_cdev.ops) if (file_cdev.ops)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment