Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6b99179 authored by Lloyd Atkinson's avatar Lloyd Atkinson
Browse files

drm/msm/sde: remove duplicate definition from sde_rm header



Remove extraneous duplicate function definition from the sde rm
header file.

CRs-Fixed: 2005394
Change-Id: Ib2077c64e49c875b9cfab564f91c287804137145
Signed-off-by: default avatarLloyd Atkinson <latkinso@codeaurora.org>
parent 3a641f49
Loading
Loading
Loading
Loading
+1 −8
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -191,11 +191,4 @@ bool sde_rm_get_hw(struct sde_rm *rm, struct sde_rm_hw_iter *iter);
 */
int sde_rm_check_property_topctl(uint64_t val);

/**
 * sde_rm_check_property_topctl - validate property bitmask before it is set
 * @val: user's proposed topology control bitmask
 * @Return: 0 on success or error
 */
int sde_rm_check_property_topctl(uint64_t val);

#endif /* __SDE_RM_H__ */