Skip to content

Commit

Permalink
platform/x86: intel_telemetry: remove redundant macro definition
Browse files Browse the repository at this point in the history
Telemetry driver includes intel_telemetry.h which defines
TELEM_MAX_OS_ALLOCATED_EVENTS already.

Signed-off-by: Rajneesh Bhardwaj <[email protected]>
Reviewed-by: Souvik K Chakravarty <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
  • Loading branch information
Rajneesh Bhardwaj authored and andy-shev committed Jul 25, 2017
1 parent 54949a6 commit 95a5af1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/platform/x86/intel_telemetry_pltdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
#define TELEM_SAMPLING_DEFAULT_PERIOD 0xD

#define TELEM_MAX_EVENTS_SRAM 28
#define TELEM_MAX_OS_ALLOCATED_EVENTS 20
#define TELEM_SSRAM_STARTTIME_OFFSET 8
#define TELEM_SSRAM_EVTLOG_OFFSET 16

Expand Down

0 comments on commit 95a5af1

Please sign in to comment.