* [2.6 patch] net/3c505.c: remove unused functions
@ 2004-10-28 22:58 Adrian Bunk
2004-10-29 0:20 ` Adrian Bunk
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2004-10-28 22:58 UTC (permalink / raw)
To: jgarzik, linux-net; +Cc: linux-kernel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The patch below removes two unused functions from drivers/net/3c505.c
diffstat output:
drivers/net/3c505.c | 10 ----------
1 files changed, 10 deletions(-)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
- --- linux-2.6.10-rc1-mm1-full/drivers/net/3c505.c.old 2004-10-28 23:22:50.000000000 +0200
+++ linux-2.6.10-rc1-mm1-full/drivers/net/3c505.c 2004-10-28 23:23:08.000000000 +0200
@@ -228,16 +228,6 @@
outb(val, base_addr + PORT_COMMAND);
}
- -static inline unsigned int inw_data(unsigned int base_addr)
- -{
- - return inw(base_addr + PORT_DATA);
- -}
- -
- -static inline void outw_data(unsigned int val, unsigned int base_addr)
- -{
- - outw(val, base_addr + PORT_DATA);
- -}
- -
static inline unsigned int backlog_next(unsigned int n)
{
return (n + 1) % BACKLOG_SIZE;
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQFBgXl6mfzqmE8StAARAst0AKCt9F+zgAhkebq7HEw/u+7Jvm71GQCgnlhi
DRcy9g2enq0wdxCbBgiBTTA=
=wTU7
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [2.6 patch] net/3c505.c: remove unused functions
2004-10-28 22:58 [2.6 patch] net/3c505.c: remove unused functions Adrian Bunk
@ 2004-10-29 0:20 ` Adrian Bunk
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2004-10-29 0:20 UTC (permalink / raw)
To: jgarzik, linux-net; +Cc: linux-kernel
[ this time without the problems due to a digital signature... ]
The patch below removes two unused functions from drivers/net/3c505.c
diffstat output:
drivers/net/3c505.c | 10 ----------
1 files changed, 10 deletions(-)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.10-rc1-mm1-full/drivers/net/3c505.c.old 2004-10-28 23:22:50.000000000 +0200
+++ linux-2.6.10-rc1-mm1-full/drivers/net/3c505.c 2004-10-28 23:23:08.000000000 +0200
@@ -228,16 +228,6 @@
outb(val, base_addr + PORT_COMMAND);
}
-static inline unsigned int inw_data(unsigned int base_addr)
-{
- return inw(base_addr + PORT_DATA);
-}
-
-static inline void outw_data(unsigned int val, unsigned int base_addr)
-{
- outw(val, base_addr + PORT_DATA);
-}
-
static inline unsigned int backlog_next(unsigned int n)
{
return (n + 1) % BACKLOG_SIZE;
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-10-29 0:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-28 22:58 [2.6 patch] net/3c505.c: remove unused functions Adrian Bunk
2004-10-29 0:20 ` Adrian Bunk
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).