Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205870
b: refs/heads/master
c: 86dd51e
h: refs/heads/master
v: v3
  • Loading branch information
Nishanth Menon authored and Greg Kroah-Hartman committed Jul 22, 2010
1 parent 3c21ee2 commit 4660a8e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 26 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: 5e7680679e4ac852db7b03e232f3472f86d4c47f
refs/heads/master: 86dd51e4c4d620dfe1aca584a1332b55f3a49c05
4 changes: 0 additions & 4 deletions trunk/drivers/staging/tidspbridge/dynload/header.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/

#ifndef NULL
#define NULL 0
#endif

#include <linux/string.h>
#define DL_STRCMP strcmp

Expand Down
9 changes: 0 additions & 9 deletions trunk/drivers/staging/tidspbridge/hw/GlobalTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@
#ifndef _GLOBALTYPES_H
#define _GLOBALTYPES_H

/*
* Definition: NULL
*
* DESCRIPTION: Invalid pointer
*/
#ifndef NULL
#define NULL (void *)0
#endif

/*
* Definition: RET_CODE_BASE
*
Expand Down
8 changes: 0 additions & 8 deletions trunk/drivers/staging/tidspbridge/include/dspbridge/dbtype.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@
#define CONST const
#endif

/*===========================================================================*/
/* NULL (Definition is language specific) */
/*===========================================================================*/

#ifndef NULL
#define NULL ((void *)0) /* Null pointer. */
#endif

/*===========================================================================*/
/* NULL character (normally used for string termination) */
/*===========================================================================*/
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/staging/tidspbridge/include/dspbridge/std.h
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@

typedef s32(*fxn) (void); /* generic function type */

#ifndef NULL
#define NULL 0
#endif

/*
* These macros are used to cast 'Arg' types to 's32' or 'Ptr'.
* These macros were added for the 55x since Arg is not the same
Expand Down

0 comments on commit 4660a8e

Please sign in to comment.