summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rt2870/common
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz2009-10-21 22:43:51 +0200
committerGreg Kroah-Hartman2009-12-11 21:23:11 +0100
commitfbedb45f6a547901781d23d0e70ef77e0724cb1c (patch)
tree0c5a236a8172322889486e95c89e61637ee35245 /drivers/staging/rt2870/common
parentStaging: otus : checkpatch.pl cleanup for some more .c files (diff)
downloadkernel-qcow2-linux-fbedb45f6a547901781d23d0e70ef77e0724cb1c.tar.gz
kernel-qcow2-linux-fbedb45f6a547901781d23d0e70ef77e0724cb1c.tar.xz
kernel-qcow2-linux-fbedb45f6a547901781d23d0e70ef77e0724cb1c.zip
Staging: rt28x0: remove unused ->eewrite methods
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rt2870/common')
-rw-r--r--drivers/staging/rt2870/common/rtusb_io.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/staging/rt2870/common/rtusb_io.c b/drivers/staging/rt2870/common/rtusb_io.c
index a93fde5e5725..b01a24ac251c 100644
--- a/drivers/staging/rt2870/common/rtusb_io.c
+++ b/drivers/staging/rt2870/common/rtusb_io.c
@@ -619,17 +619,6 @@ NTSTATUS RTUSBReadEEPROM16(
}
-NTSTATUS RTUSBWriteEEPROM16(
- IN RTMP_ADAPTER *pAd,
- IN USHORT offset,
- IN USHORT value)
-{
- USHORT tmpVal;
-
- tmpVal = cpu2le16(value);
- return RTUSBWriteEEPROM(pAd, offset, (PUCHAR)&(tmpVal), 2);
-}
-
/*
========================================================================