Merge tag 'v3.12-rc4' into next
[deliverable/linux.git] / drivers / uwb / drp-ie.c
index 520673109a7ea7a63627cc3f697ea419b6d355f6..b7d4f6b75eefefd2daa5769725b639897a65dcc7 100644 (file)
@@ -27,7 +27,7 @@
 /*
  * Return the reason code for a reservations's DRP IE.
  */
-int uwb_rsv_reason_code(struct uwb_rsv *rsv)
+static int uwb_rsv_reason_code(struct uwb_rsv *rsv)
 {
        static const int reason_codes[] = {
                [UWB_RSV_STATE_O_INITIATED]          = UWB_DRP_REASON_ACCEPTED,
@@ -55,7 +55,7 @@ int uwb_rsv_reason_code(struct uwb_rsv *rsv)
 /*
  * Return the reason code for a reservations's companion DRP IE .
  */
-int uwb_rsv_companion_reason_code(struct uwb_rsv *rsv)
+static int uwb_rsv_companion_reason_code(struct uwb_rsv *rsv)
 {
        static const int companion_reason_codes[] = {
                [UWB_RSV_STATE_O_MOVE_EXPANDING]     = UWB_DRP_REASON_ACCEPTED,
This page took 0.037485 seconds and 5 git commands to generate.