Commit
4636d93b461779cd95156cc5f5d53690a5d6a07b
Exists in
master
and in
20 other branches
dlt-processor-sdk-linux-03.00.00.04, newt-ti-linux-3.12.y, processor-sdk-linux-01.00.00, processor-sdk-linux-02.00.01, smarc-ti-linux-3.12.10, smarc-ti-linux-3.12.y, smarc-ti-linux-3.14.y, smarc-ti-linux-3.15.y, smarc-ti-lsk-linux-4.1.y, smarct3x-processor-sdk-04.01.00.06, smarct3x-processor-sdk-linux-02.00.01, smarct3x-processor-sdk-linux-03.00.00.04, smarct4x-800-processor-sdk-linux-02.00.01, smarct4x-processor-sdk-04.01.00.06, smarct4x-processor-sdk-linux-02.00.01, smarct4x-processor-sdk-linux-03.00.00.04, ti-linux-3.12.y, ti-linux-3.14.y, ti-linux-3.15.y, ti-lsk-linux-4.1.y
[PATCH] EICON ISDN: Removed unused definitions for OS_SEEK_*
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>
Showing
1 changed file
with
0 additions
and
3 deletions
Side-by-side Diff
... |
... |
@@ -34,9 +34,6 @@ |
34
|
34 |
* |
35
|
35 |
* I/O functions returns -1 on error, 0 on EOF |
36
|
36 |
*/ |
37
|
|
-#define OS_SEEK_SET 0 |
38
|
|
-#define OS_SEEK_CUR 1 |
39
|
|
-#define OS_SEEK_END 2 |
40
|
37 |
struct _OsFileHandle_; |
41
|
38 |
typedef long ( * OsFileIo) (struct _OsFileHandle_ *handle, |
42
|
39 |
void *buffer, |