From f3a89f43532bf3821cc73aedd639c28af0407fc5 Mon Sep 17 00:00:00 2001 From: mentor Date: Thu, 19 Jun 2008 00:22:42 +0000 Subject: [PATCH] Typo in CONFIG_PARISC. Guess PARISC users are a bit thin on the ground then. git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3731 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath_hal/ah_os.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ath_hal/ah_os.h b/ath_hal/ah_os.h index c522ff4..a271ede 100644 --- a/ath_hal/ah_os.h +++ b/ath_hal/ah_os.h @@ -166,7 +166,7 @@ extern void *__ahdecl ath_hal_memcpy(void *, const void *, size_t); #if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,12)) && \ (AH_BYTE_ORDER == AH_BIG_ENDIAN) && \ !defined(CONFIG_GENERIC_IOMAP) && \ - !defined(CONFIG_PARICS) && \ + !defined(CONFIG_PARISC) && \ !(defined(CONFIG_PPC64) && \ (LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14))) && \ !defined(CONFIG_PPC_MERGE) && \ -- 2.35.1