summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/os/linux/ar6000_android.c
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-02-02 14:05:48 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-02 14:34:49 -0800
commit4c42080f3e4efba6f79fe1840eb0b728f286702d (patch)
treee6fa7cac80f2dbf07879ea177fdbe7a9a3b70257 /drivers/staging/ath6kl/os/linux/ar6000_android.c
parent1071a134d0822663f497a1dda4866cffa7df4e36 (diff)
downloadop-kernel-dev-4c42080f3e4efba6f79fe1840eb0b728f286702d.zip
op-kernel-dev-4c42080f3e4efba6f79fe1840eb0b728f286702d.tar.gz
staging: ath6kl: Convert A_CHAR to char
Remove obfuscating A_CHAR uses, just use char. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/os/linux/ar6000_android.c')
-rw-r--r--drivers/staging/ath6kl/os/linux/ar6000_android.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ath6kl/os/linux/ar6000_android.c b/drivers/staging/ath6kl/os/linux/ar6000_android.c
index 7759a3d..88591d7 100644
--- a/drivers/staging/ath6kl/os/linux/ar6000_android.c
+++ b/drivers/staging/ath6kl/os/linux/ar6000_android.c
@@ -155,7 +155,7 @@ int android_logger_lv(void *module, int mask)
}
}
-static int android_readwrite_file(const A_CHAR *filename, A_CHAR *rbuf, const A_CHAR *wbuf, size_t length)
+static int android_readwrite_file(const char *filename, char *rbuf, const char *wbuf, size_t length)
{
int ret = 0;
struct file *filp = (struct file *)-ENOENT;
OpenPOWER on IntegriCloud