mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 00:47:56 -04:00
staging: unisys: visorchipset_file_{init, cleanup}(): mark static
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
283d93041a
commit
0f570fc0ae
@@ -2351,7 +2351,7 @@ static const struct file_operations visorchipset_fops = {
|
||||
.mmap = visorchipset_mmap,
|
||||
};
|
||||
|
||||
int
|
||||
static int
|
||||
visorchipset_file_init(dev_t major_dev, struct visorchannel **controlvm_channel)
|
||||
{
|
||||
int rc = 0;
|
||||
@@ -2460,7 +2460,7 @@ visorchipset_init(struct acpi_device *acpi_device)
|
||||
return rc;
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
visorchipset_file_cleanup(dev_t major_dev)
|
||||
{
|
||||
if (file_cdev.ops)
|
||||
|
||||
Reference in New Issue
Block a user