lkml.org 
[lkml]   [2020]   [Jan]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 11/22] staging: vc04_services: Get rid of vchiq_on_remote_use_active()
    Date
    Function does nothing.

    Signed-off-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
    ---
    .../staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 6 ------
    .../staging/vc04_services/interface/vchiq_arm/vchiq_core.c | 1 -
    2 files changed, 7 deletions(-)

    diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c
    index a90d6fbbb54b..dbe403f9291b 100644
    --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c
    +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c
    @@ -2961,12 +2961,6 @@ vchiq_check_service(struct vchiq_service *service)
    return ret;
    }

    -/* stub functions */
    -void vchiq_on_remote_use_active(struct vchiq_state *state)
    -{
    - (void)state;
    -}
    -
    void vchiq_platform_conn_state_changed(struct vchiq_state *state,
    enum vchiq_connstate oldstate,
    enum vchiq_connstate newstate)
    diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c
    index f135d55b29e5..c5493dee6dd7 100644
    --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c
    +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c
    @@ -1815,7 +1815,6 @@ parse_rx_slots(struct vchiq_state *state)
    vchiq_on_remote_release(state);
    break;
    case VCHIQ_MSG_REMOTE_USE_ACTIVE:
    - vchiq_on_remote_use_active(state);
    break;

    default:
    --
    2.25.0
    \
     
     \ /
      Last update: 2020-01-24 15:47    [W:4.307 / U:0.164 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site