lkml.org 
[lkml]   [2015]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[RFC PATCH] pci: pci_vpd_pci22_size can be static

Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
---
access.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/access.c b/drivers/pci/access.c
index 3a49b14..41d86f6 100644
--- a/drivers/pci/access.c
+++ b/drivers/pci/access.c
@@ -495,7 +495,7 @@ static int pci_vpd_f0_dev_check(struct pci_dev *dev)
* @old_size: current assumed size, also maximum allowed size
*
*/
-size_t
+static size_t
pci_vpd_pci22_size(struct pci_dev *dev, size_t old_size)
{
loff_t off = 0;

\
 
 \ /
  Last update: 2015-10-23 13:01    [W:0.071 / U:0.384 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site