Commit a18e1b13 authored by Adrian Bunk's avatar Adrian Bunk Committed by James Bottomley

[PATCH] SCSI NCR_D700.c: make some code static

This patch makes some needlessly global code static.
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 5a550acd
......@@ -106,7 +106,7 @@
#include "53c700.h"
#include "NCR_D700.h"
char *NCR_D700; /* command line from insmod */
static char *NCR_D700; /* command line from insmod */
MODULE_AUTHOR("James Bottomley");
MODULE_DESCRIPTION("NCR Dual700 SCSI Driver");
......@@ -352,7 +352,7 @@ NCR_D700_remove(struct device *dev)
static short NCR_D700_id_table[] = { NCR_D700_MCA_ID, 0 };
struct mca_driver NCR_D700_driver = {
static struct mca_driver NCR_D700_driver = {
.id_table = NCR_D700_id_table,
.driver = {
.name = "NCR_D700",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment