Skip to content

Commit

Permalink
ARM: davinci: remove unused DA8XX_NUM_UARTS
Browse files Browse the repository at this point in the history
DA8X_NUM_UARTS not used in the code anywhere and should be determined
by DT anyway.

Signed-off-by: David Lechner <david@lechnology.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
  • Loading branch information
David Lechner authored and Sekhar Nori committed Apr 14, 2016
1 parent 2f44a8d commit 9fb69a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/mach-davinci/da8xx-dt.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#include "cp_intc.h"
#include <mach/da8xx.h>

#define DA8XX_NUM_UARTS 3

static const struct of_device_id const da8xx_irq_match[] __initconst = {
{ .compatible = "ti,cp-intc", .data = cp_intc_of_init, },
{ }
Expand Down

0 comments on commit 9fb69a2

Please sign in to comment.