Re: [PATCH] coresight: remove the unused macro CORESIGHT_DEBUGFS_ENTRY

2015-01-02 Thread Mathieu Poirier
On 30 December 2014 at 04:07, Kaixu Xia wrote: > From: Xia Kaixu > > Debugfs isn't used for coresight configuration, so the macro > CORESIGHT_DEBUGFS_ENTRY is unnecessary, just remove it. > > Signed-off-by: Xia Kaixu > --- > include/linux/coresight.h | 9 - > 1 file changed, 9 deletions

[PATCH] coresight: remove the unused macro CORESIGHT_DEBUGFS_ENTRY

2014-12-30 Thread Kaixu Xia
From: Xia Kaixu Debugfs isn't used for coresight configuration, so the macro CORESIGHT_DEBUGFS_ENTRY is unnecessary, just remove it. Signed-off-by: Xia Kaixu --- include/linux/coresight.h | 9 - 1 file changed, 9 deletions(-) diff --git a/include/linux/coresight.h b/include/linux/core