Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/cpm: Remove duplicate FCC_GFMR_TTX define

The FCC_GFMR_TTX define is cut and pasted twice so we can remove the
second instance.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

authored by

Dan Carpenter and committed by
Benjamin Herrenschmidt
d9d82123 ddf0322a

-1
-1
arch/powerpc/include/asm/cpm2.h
··· 489 489 #define FCC_GFMR_TCI ((uint)0x20000000) 490 490 #define FCC_GFMR_TRX ((uint)0x10000000) 491 491 #define FCC_GFMR_TTX ((uint)0x08000000) 492 - #define FCC_GFMR_TTX ((uint)0x08000000) 493 492 #define FCC_GFMR_CDP ((uint)0x04000000) 494 493 #define FCC_GFMR_CTSP ((uint)0x02000000) 495 494 #define FCC_GFMR_CDS ((uint)0x01000000)