All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch 1/3] delete unused file
@ 2004-12-25 17:46 domen
  0 siblings, 0 replies; 6+ messages in thread
From: domen @ 2004-12-25 17:46 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev, domen


Remove nowhere referenced file. (egrep "filename\." didn't find anything)

Signed-off-by: Domen Puncer <domen@coderock.org>
---


 kj/arch/ppc/kernel/find_name.c |   48 -----------------------------------------
 1 files changed, 48 deletions(-)

diff -L arch/ppc/kernel/find_name.c -puN arch/ppc/kernel/find_name.c~remove_file-arch_ppc_kernel_find_name.c /dev/null
--- kj/arch/ppc/kernel/find_name.c
+++ /dev/null	2004-12-24 01:21:08.000000000 +0100
@@ -1,48 +0,0 @@
-#include <stdio.h>
-#include <asm/page.h>
-#include <sys/mman.h>
-#include <strings.h>
-/*
- * Finds a given address in the System.map and prints it out
- * with its neighbors.  -- Cort
- */
-
-int main(int argc, char **argv)
-{
-	unsigned long addr, cmp, i;
-	FILE *f;
-	char s[256], last[256];
-	
-	if ( argc < 2 )
-	{
-		fprintf(stderr, "Usage: %s <address>\n", argv[0]);
-		return -1;
-	}
-
-	for ( i = 1 ; argv[i] ; i++ )
-	{
-		sscanf( argv[i], "%0lx", &addr );
-		/* adjust if addr is relative to kernelbase */
-		if ( addr < PAGE_OFFSET )
-			addr += PAGE_OFFSET;
-		
-		if ( (f = fopen( "System.map", "r" )) == NULL )
-		{
-			perror("fopen()\n");
-			exit(-1);
-		}
-		
-		while ( !feof(f) )
-		{
-			fgets(s, 255 , f);
-			sscanf( s, "%0lx", &cmp );
-			if ( addr < cmp )
-				break;
-			strcpy( last, s);
-		}
-		
-		printf( "%s%s", last, s );
-	}		
-	fclose(f);
-	return 0;
-}
_

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

* [patch 1/3] delete unused file
@ 2004-12-26 15:24 domen
  2004-12-27 16:47 ` Takashi Iwai
  2004-12-27 17:45 ` [patch 1/3] delete unused file Takashi Iwai
  0 siblings, 2 replies; 6+ messages in thread
From: domen @ 2004-12-26 15:24 UTC (permalink / raw)
  To: perex; +Cc: alsa-devel, domen


Remove nowhere referenced file. (egrep "filename\." didn't find anything)

Signed-off-by: Domen Puncer <domen@coderock.org>
---


 kj/include/sound/soundmem.h |    8 --------
 1 files changed, 8 deletions(-)

diff -L include/sound/soundmem.h -puN include/sound/soundmem.h~remove_file-include_sound_soundmem.h /dev/null
--- kj/include/sound/soundmem.h
+++ /dev/null	2004-12-24 01:21:08.000000000 +0100
@@ -1,8 +0,0 @@
-/*
- *  Onboard memory management
- */
-
-struct SNDRV_STRU_BANK_INFO {
-	unsigned int address;
-	unsigned int size;
-};
_


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

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

* Re: [patch 1/3] delete unused file
  2004-12-26 15:24 [patch 1/3] delete unused file domen
@ 2004-12-27 16:47 ` Takashi Iwai
  2004-12-27 16:57   ` delete unused file [patch 3/3 repost] Domen Puncer
  2004-12-27 17:45 ` [patch 1/3] delete unused file Takashi Iwai
  1 sibling, 1 reply; 6+ messages in thread
From: Takashi Iwai @ 2004-12-27 16:47 UTC (permalink / raw)
  To: domen; +Cc: perex, alsa-devel

Hi,

patch 3/3 seems missing.  Could you repost it?

thanks,

Takashi


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

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

* Re: delete unused file [patch 3/3 repost]
  2004-12-27 16:47 ` Takashi Iwai
@ 2004-12-27 16:57   ` Domen Puncer
  2004-12-27 17:01     ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: Domen Puncer @ 2004-12-27 16:57 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: perex, alsa-devel

[-- Attachment #1: Type: text/plain, Size: 412 bytes --]

On 27/12/04 17:47 +0100, Takashi Iwai wrote:
> Hi,
> 
> patch 3/3 seems missing.  Could you repost it?

Seems it was too big to make it to the list, .gz attached.


Remove nowhere referenced file. (egrep "filename\." didn't find anything)

Signed-off-by: Domen Puncer <domen@coderock.org>
---


 kj/sound/pci/cs46xx/imgs/cwcemb80.h | 1607 ------------------------------------
 1 files changed, 1607 deletions(-)

[-- Attachment #2: remove_file-sound_pci_cs46xx_imgs_cwcemb80.h.patch.gz --]
[-- Type: application/x-gunzip, Size: 7070 bytes --]

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

* Re: delete unused file [patch 3/3 repost]
  2004-12-27 16:57   ` delete unused file [patch 3/3 repost] Domen Puncer
@ 2004-12-27 17:01     ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2004-12-27 17:01 UTC (permalink / raw)
  To: Domen Puncer; +Cc: perex, alsa-devel

At Mon, 27 Dec 2004 17:57:43 +0100,
Domen Puncer wrote:
> 
> On 27/12/04 17:47 +0100, Takashi Iwai wrote:
> > Hi,
> > 
> > patch 3/3 seems missing.  Could you repost it?
> 
> Seems it was too big to make it to the list, .gz attached.
> 
> 
> Remove nowhere referenced file. (egrep "filename\." didn't find anything)
> 
> Signed-off-by: Domen Puncer <domen@coderock.org>

Let's keep this until we move the DSP stuff completely out with fw
loader.  This DSP image could be still used in future (in theory),
too.


Takashi


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

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

* Re: [patch 1/3] delete unused file
  2004-12-26 15:24 [patch 1/3] delete unused file domen
  2004-12-27 16:47 ` Takashi Iwai
@ 2004-12-27 17:45 ` Takashi Iwai
  1 sibling, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2004-12-27 17:45 UTC (permalink / raw)
  To: domen; +Cc: perex, alsa-devel

At Sun, 26 Dec 2004 16:24:58 +0100,
domen@coderock.org wrote:
> 
> 
> Remove nowhere referenced file. (egrep "filename\." didn't find anything)
> 
> Signed-off-by: Domen Puncer <domen@coderock.org>

Patch 1 and 2 are applied to ALSA tree.  Thanks.


Takashi


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/

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

end of thread, other threads:[~2004-12-27 17:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-26 15:24 [patch 1/3] delete unused file domen
2004-12-27 16:47 ` Takashi Iwai
2004-12-27 16:57   ` delete unused file [patch 3/3 repost] Domen Puncer
2004-12-27 17:01     ` Takashi Iwai
2004-12-27 17:45 ` [patch 1/3] delete unused file Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2004-12-25 17:46 domen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.