The patch titled EICON ISDN: Removed unused definitions for OS_SEEK_* has been added to the -mm tree. Its filename is eicon-isdn-removed-unused-definitions-for-os_seek_.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: EICON ISDN: Removed unused definitions for OS_SEEK_* From: "Josef 'Jeff' Sipek" <jeffpc@xxxxxxxxxxxxxx> EICON ISDN: Removed unused definitions for OS_SEEK_* Signed-off-by: Josef 'Jeff' Sipek <jeffpc@xxxxxxxxxxxxxx> Cc: Karsten Keil <kkeil@xxxxxxx> Acked-by: Armin Schindler <armin@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/isdn/hardware/eicon/dsp_defs.h | 3 --- 1 files changed, 3 deletions(-) diff -puN drivers/isdn/hardware/eicon/dsp_defs.h~eicon-isdn-removed-unused-definitions-for-os_seek_ drivers/isdn/hardware/eicon/dsp_defs.h --- a/drivers/isdn/hardware/eicon/dsp_defs.h~eicon-isdn-removed-unused-definitions-for-os_seek_ +++ a/drivers/isdn/hardware/eicon/dsp_defs.h @@ -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, _ Patches currently in -mm which might be from jeffpc@xxxxxxxxxxxxxx are mbcs-use-seek_set-cur.patch eicon-isdn-removed-unused-definitions-for-os_seek_.patch cifs-use-seek_end-instead-of-hardcoded-value.patch nfs-use-seek_end-instead-of-hardcoded-value.patch vfs-use-seek_set-cur.patch sound-core-use-seek_set-cur.patch opl4-use-seek_set-cur.patch gus-use-seek_set-cur.patch mixart-use-seek_set-cur.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html