linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ethernet: cirrus: Remove unused macros
@ 2020-08-18 14:06 Alex Dewar
  2020-08-18 19:54 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Dewar @ 2020-08-18 14:06 UTC (permalink / raw)
  To: David S. Miller, Jakub Kicinski, Alex Dewar, netdev, linux-kernel

Remove a couple of unused #defines in cs89x0.h.

Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>
---
 drivers/net/ethernet/cirrus/cs89x0.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/net/ethernet/cirrus/cs89x0.h b/drivers/net/ethernet/cirrus/cs89x0.h
index 91423b70bb45..210f9ec9af4b 100644
--- a/drivers/net/ethernet/cirrus/cs89x0.h
+++ b/drivers/net/ethernet/cirrus/cs89x0.h
@@ -459,7 +459,3 @@
 #define PNP_CNF_INT 0x70
 #define PNP_CNF_DMA 0x74
 #define PNP_CNF_MEM 0x48
-
-#define BIT0 1
-#define BIT15 0x8000
-
-- 
2.28.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ethernet: cirrus: Remove unused macros
  2020-08-18 14:06 [PATCH] ethernet: cirrus: Remove unused macros Alex Dewar
@ 2020-08-18 19:54 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2020-08-18 19:54 UTC (permalink / raw)
  To: alex.dewar90; +Cc: kuba, netdev, linux-kernel

From: Alex Dewar <alex.dewar90@gmail.com>
Date: Tue, 18 Aug 2020 15:06:01 +0100

> Remove a couple of unused #defines in cs89x0.h.
> 
> Signed-off-by: Alex Dewar <alex.dewar90@gmail.com>

Applied to net-next.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-18 19:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-18 14:06 [PATCH] ethernet: cirrus: Remove unused macros Alex Dewar
2020-08-18 19:54 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).