coresight: Drop unused 'none' enum value for each component
authorAnshuman Khandual <anshuman.khandual@arm.com>
Wed, 16 Feb 2022 09:51:58 +0000 (15:21 +0530)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Mon, 28 Feb 2022 16:51:40 +0000 (09:51 -0700)
commitb54f53bc11a584713f79a704c70c488489f524b8
treecaf9742a593865d5943b046eaf0ddf8aab7688cc
parent2013b615a7a7e25dc2e43677dbfef12471cdccf8
coresight: Drop unused 'none' enum value for each component

CORESIGHT_DEV_TYPE_NONE/CORESIGHT_DEV_SUBTYPE_XXXX_NONE values are not used
any where. Actual enumeration can start from 0. Just drop these unused enum
values.

Cc: Mathieu Poirier <mathieu.poirier@linaro.org>
Cc: Suzuki K Poulose <suzuki.poulose@arm.com>
Cc: Mike Leach <mike.leach@linaro.org>
Cc: Leo Yan <leo.yan@linaro.org>
Cc: coresight@lists.linaro.org
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Link: https://lore.kernel.org/r/1645005118-10561-1-git-send-email-anshuman.khandual@arm.com
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
drivers/hwtracing/coresight/coresight-core.c
include/linux/coresight.h