Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117140
b: refs/heads/master
c: 6675fe3
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg authored and Greg Kroah-Hartman committed Oct 22, 2008
1 parent e0d3dd4 commit 10a9053
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f07639adebd573709ea0d6b67bec9b620fe3083e
refs/heads/master: 6675fe3f92ad3b433e55744ef96d775b4875997e
8 changes: 0 additions & 8 deletions trunk/drivers/staging/echo/bit_operations.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
#if !defined(_BIT_OPERATIONS_H_)
#define _BIT_OPERATIONS_H_

#ifdef __cplusplus
extern "C" {
#endif

#if defined(__i386__) || defined(__x86_64__)
/*! \brief Find the bit position of the highest set bit in a word
\param bits The word to be searched
Expand Down Expand Up @@ -245,9 +241,5 @@ static __inline__ int parity32(uint32_t x)
}
/*- End of function --------------------------------------------------------*/

#ifdef __cplusplus
}
#endif

#endif
/*- End of file ------------------------------------------------------------*/
8 changes: 0 additions & 8 deletions trunk/drivers/staging/echo/fir.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@ typedef struct
float *history;
} fir_float_state_t;

#ifdef __cplusplus
extern "C" {
#endif

static __inline__ const int16_t *fir16_create(fir16_state_t *fir,
const int16_t *coeffs,
int taps)
Expand Down Expand Up @@ -312,9 +308,5 @@ static __inline__ int16_t fir32(fir32_state_t *fir, int16_t sample)
}
/*- End of function --------------------------------------------------------*/

#ifdef __cplusplus
}
#endif

#endif
/*- End of file ------------------------------------------------------------*/

0 comments on commit 10a9053

Please sign in to comment.