commit | ddc2ac447fda327f9e9b4b0685616f60b9ab091d | [log] [tgz] |
---|---|---|
author | Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com> | Fri Mar 21 02:51:42 2025 -0700 |
committer | Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com> | Tue Apr 15 02:35:28 2025 -0700 |
tree | 88b19bef2f72de858900270c21cdfaa2699da1c8 | |
parent | 586f3f0967e0666240e287fcda1af84e2244413b [diff] |
fix(xilinx): resolve misra rule 8.6 violations Fixed below MISRA violation: - MISRA Violation: MISRA-C:2012 R.8.6: - An identifier with external linkage shall have exactly one external definition. - Fix: - Removed redundant function declarations since it is not defined. Change-Id: If003efbfa08ee6ff4f545605ef34dfd16f33b664 Signed-off-by: Devanshi Chauhan Alpeshbhai <devanshi.chauhanalpeshbhai@amd.com>