From a04a25ead0a26e27f0db424c2d6607bf21e98146 Mon Sep 17 00:00:00 2001 From: mentor Date: Mon, 28 Jan 2008 20:15:23 +0000 Subject: [PATCH] This looks ungood, lets not leave it lying around git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@3287 0192ed92-7a03-0410-a25b-9323aeb14dbd --- ath/if_ath_ahb.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ath/if_ath_ahb.h b/ath/if_ath_ahb.h index 1f9f2be..44a156f 100644 --- a/ath/if_ath_ahb.h +++ b/ath/if_ath_ahb.h @@ -118,6 +118,4 @@ dma_alloc_coherent((_hwdev), (_sz), (_hdma), GFP_ATOMIC) #define bus_free_consistent dma_free_coherent -#define sysRegRead(phys) (*(volatile u_int32_t *)phys) - #endif /* _DEV_ATH_AHB_H_ */