[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1388803489-13258-15-git-send-email-peterhuewe@gmx.de>
Date: Sat, 4 Jan 2014 03:44:49 +0100
From: Peter Huewe <peterhuewe@....de>
To: James Morris <jmorris@...ei.org>
Cc: Ashley Lai <ashley@...leylai.com>,
tpmdd-devel@...ts.sourceforge.net, linux-kernel@...r.kernel.org,
Fengguang Wu <fengguang.wu@...el.com>,
Jason Gunthorpe <jgunthorpe@...idianresearch.com>,
Peter Huewe <peterhuewe@....de>
Subject: [PATCH 15/15] tpm/tpm-sysfs: active_show() can be static
From: Fengguang Wu <fengguang.wu@...el.com>
so we make it static
CC: Jason Gunthorpe <jgunthorpe@...idianresearch.com>
CC: Peter Huewe <peterhuewe@....de>
Signed-off-by: Fengguang Wu <fengguang.wu@...el.com>
Signed-off-by: Peter Huewe <peterhuewe@....de>
---
drivers/char/tpm/tpm-sysfs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/char/tpm/tpm-sysfs.c b/drivers/char/tpm/tpm-sysfs.c
index c3503cb..01730a2 100644
--- a/drivers/char/tpm/tpm-sysfs.c
+++ b/drivers/char/tpm/tpm-sysfs.c
@@ -148,7 +148,7 @@ static ssize_t enabled_show(struct device *dev, struct device_attribute *attr,
}
static DEVICE_ATTR_RO(enabled);
-ssize_t active_show(struct device *dev, struct device_attribute *attr,
+static ssize_t active_show(struct device *dev, struct device_attribute *attr,
char *buf)
{
cap_t cap;
--
1.8.1.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists