Skip to content

Commit

Permalink
sh: make pcibios_max_latency static
Browse files Browse the repository at this point in the history
This patch makes the needlessly global pcibios_max_latency static.

Signed-off-by: Adrian Bunk <[email protected]>
Signed-off-by: Paul Mundt <[email protected]>
  • Loading branch information
AdrianBunk authored and pmundt committed Jul 28, 2008
1 parent 175fb09 commit 6241003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/sh/drivers/pci/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ int pcibios_enable_device(struct pci_dev *dev, int mask)
* If we set up a device for bus mastering, we need to check and set
* the latency timer as it may not be properly set.
*/
unsigned int pcibios_max_latency = 255;
static unsigned int pcibios_max_latency = 255;

void pcibios_set_master(struct pci_dev *dev)
{
Expand Down

0 comments on commit 6241003

Please sign in to comment.