disp: msm: sde: remove unused functions from sde code
Cleanup unused functions from all modules in sde driver. Change-Id: Ia0e72ab9c281b4200a63ce35bf184e83fe1db5d2 Signed-off-by: Veera Sundaram Sankaran <veeras@codeaurora.org>
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

父節點
da71fc99c4
當前提交
506508e1cd
@@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2017-2019, 2021, The Linux Foundation. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef _SDE_HW_BLK_H
|
||||
@@ -41,6 +41,4 @@ int sde_hw_blk_init(struct sde_hw_blk *hw_blk, u32 type, int id,
|
||||
struct sde_hw_blk_ops *ops);
|
||||
void sde_hw_blk_destroy(struct sde_hw_blk *hw_blk);
|
||||
|
||||
struct sde_hw_blk *sde_hw_blk_get(struct sde_hw_blk *hw_blk, u32 type, int id);
|
||||
void sde_hw_blk_put(struct sde_hw_blk *hw_blk);
|
||||
#endif /*_SDE_HW_BLK_H */
|
||||
|
Reference in New Issue
Block a user