From f05b2ac0bc4626e854afc6e6a5d1b88071adbd7c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Apr 2004 16:01:48 +0000 Subject: Remove duplicate white lines. --- c/src/lib/libbsp/powerpc/score603e/include/bsp.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/score603e/include/bsp.h') diff --git a/c/src/lib/libbsp/powerpc/score603e/include/bsp.h b/c/src/lib/libbsp/powerpc/score603e/include/bsp.h index 12ba21e3c7..4fe70b199b 100644 --- a/c/src/lib/libbsp/powerpc/score603e/include/bsp.h +++ b/c/src/lib/libbsp/powerpc/score603e/include/bsp.h @@ -97,7 +97,6 @@ extern "C" { asm volatile( "mtdec %0" : "=r" ((_clicks)) : "r" ((_clicks)) ); \ } while (0) - #define Clear_tm27_intr() \ do { \ uint32_t _clicks = 0xffffffff; \ @@ -113,7 +112,6 @@ extern "C" { asm volatile( "mtmsr %0 ;" : "=r" (_msr) : "r" (_msr) ); \ } while (0) - /* Constants */ /* @@ -128,7 +126,6 @@ extern "C" { * NOTE: Use the standard Clock driver entry */ - /* * Information placed in the linkcmds file. */ @@ -198,7 +195,6 @@ void init_PCI(); void instruction_cache_enable (); void data_cache_enable (); - void initialize_PCI_bridge (); uint16_t read_and_clear_irq (); void set_irq_mask( -- cgit v1.2.3