IB/hfi1: make hist static
[linux-2.6-microblaze.git] / drivers / infiniband / hw / hfi1 / trace.c
index d9b5bbb..8302469 100644 (file)
@@ -488,7 +488,7 @@ struct hfi1_ctxt_hist {
        atomic_t data[255];
 };
 
-struct hfi1_ctxt_hist hist = {
+static struct hfi1_ctxt_hist hist = {
        .count = ATOMIC_INIT(0)
 };