staging: unisys: visorchipset_file_{init, cleanup}(): mark static
authorJes Sorensen <Jes.Sorensen@redhat.com>
Wed, 13 May 2015 17:21:55 +0000 (13:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 20:28:53 +0000 (13:28 -0700)
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>
drivers/staging/unisys/visorbus/visorchipset.c

index ca22f49f386be612ed72efce6a3e14a652ac7942..66ae3d0b644143dd9a67ff62e868ef110229d969 100644 (file)
@@ -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 @@ cleanup:
        return rc;
 }
 
-void
+static void
 visorchipset_file_cleanup(dev_t major_dev)
 {
        if (file_cdev.ops)