]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/cpu/tegra30-common/clock.c
ARM: tegra: deduplicate MASK_BITS_xxx clock mux enum
[karo-tx-uboot.git] / arch / arm / cpu / tegra30-common / clock.c
index 74bd22be1aeb19de76bc518f8e7ddc8553a231c6..89c3529c885b50ce589781c5934f8a98336f5a95 100644 (file)
@@ -60,12 +60,6 @@ enum {
        CLOCK_MAX_MUX   = 8     /* number of source options for each clock */
 };
 
-enum {
-       MASK_BITS_31_30 = 2,    /* num of bits used to specify clock source */
-       MASK_BITS_31_29,
-       MASK_BITS_29_28,
-};
-
 /*
  * Clock source mux for each clock type. This just converts our enum into
  * a list of mux sources for use by the code.