Skip to content

Commit

Permalink
[PATCH] EICON ISDN: Removed unused definitions for OS_SEEK_*
Browse files Browse the repository at this point in the history
EICON ISDN: Removed unused definitions for OS_SEEK_*

Signed-off-by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Cc: Karsten Keil <kkeil@suse.de>
Acked-by: Armin Schindler <armin@melware.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Josef 'Jeff' Sipek authored and Linus Torvalds committed Oct 1, 2006
1 parent 930ff81 commit 4636d93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/isdn/hardware/eicon/dsp_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@
*
* I/O functions returns -1 on error, 0 on EOF
*/
#define OS_SEEK_SET 0
#define OS_SEEK_CUR 1
#define OS_SEEK_END 2
struct _OsFileHandle_;
typedef long ( * OsFileIo) (struct _OsFileHandle_ *handle,
void *buffer,
Expand Down

0 comments on commit 4636d93

Please sign in to comment.