]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-tegra/clock.h
ARM: tegra: MASK_BITS_ no longer needs specific values
[karo-tx-uboot.git] / arch / arm / include / asm / arch-tegra / clock.h
index 80825e30f8e349e674d422df9093ace04c2f577f..2f85696a58549c6feb81b330548618fd1c30da17 100644 (file)
@@ -30,7 +30,7 @@ enum clock_osc_freq {
  * them all together and pretends they're all 31:28.
  */
 enum {
-       MASK_BITS_31_30 = 2,    /* num of bits used to specify clock source */
+       MASK_BITS_31_30,
        MASK_BITS_31_29,
        MASK_BITS_31_28,
 };