Commit 1aa96f00 authored by Adrian Bunk's avatar Adrian Bunk Committed by James Bottomley

[PATCH] SCSI ibmmca.c: make a struct static

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarJames Bottomley <James.Bottomley@SteelEye.com>
parent 2472a7cd
......@@ -292,7 +292,7 @@ struct subsys_list_struct {
#define INTEGRATED_SCSI 101
/* List of possible IBM-SCSI-adapters */
struct subsys_list_struct subsys_list[] = {
static struct subsys_list_struct subsys_list[] = {
{0x8efc, "IBM SCSI-2 F/W Adapter"}, /* special = 0 */
{0x8efd, "IBM 7568 Industrial Computer SCSI Adapter w/Cache"}, /* special = 1 */
{0x8ef8, "IBM Expansion Unit SCSI Controller"}, /* special = 2 */
......
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