public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
  • * [-mm patch] make scsi_host_link_pm_policy() static
           [not found] <20070725040304.111550f4.akpm@linux-foundation.org>
           [not found] ` <46A77C28.1050807@shadowen.org>
    @ 2007-07-29 14:58 ` Adrian Bunk
      1 sibling, 0 replies; 3+ messages in thread
    From: Adrian Bunk @ 2007-07-29 14:58 UTC (permalink / raw)
      To: Andrew Morton, Kristen Carlson Accardi, James Bottomley,
    	Jeff Garzik
      Cc: linux-kernel, linux-ide, linux-scsi
    
    On Wed, Jul 25, 2007 at 04:03:04AM -0700, Andrew Morton wrote:
    >...
    > Changes since 2.6.22-rc6-mm1:
    >...
    > +ata-ahci-alpm-expose-power-management-policy-option-to-users.patch
    >...
    >  ata things
    >...
    
    scsi_host_link_pm_policy() can become static.
    
    Signed-off-by: Adrian Bunk <bunk@stusta.de>
    
    ---
    --- linux-2.6.23-rc1-mm1/drivers/scsi/scsi_sysfs.c.old	2007-07-26 21:31:24.000000000 +0200
    +++ linux-2.6.23-rc1-mm1/drivers/scsi/scsi_sysfs.c	2007-07-26 21:31:57.000000000 +0200
    @@ -200,7 +200,7 @@
     	{ SHOST_MEDIUM_POWER, "medium_power" },
     };
     
    -const char *scsi_host_link_pm_policy(enum scsi_host_link_pm policy)
    +static const char *scsi_host_link_pm_policy(enum scsi_host_link_pm policy)
     {
     	int i;
     	char *name = NULL;
    
    
    ^ permalink raw reply	[flat|nested] 3+ messages in thread

  • end of thread, other threads:[~2007-07-29 14:58 UTC | newest]
    
    Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
    -- links below jump to the message on this page --
         [not found] <20070725040304.111550f4.akpm@linux-foundation.org>
         [not found] ` <46A77C28.1050807@shadowen.org>
    2007-07-25 18:06   ` 2.6.23-rc1-mm1: SCSI_SRP_ATTRS compile error Adrian Bunk
    2007-07-26 10:49     ` FUJITA Tomonori
    2007-07-29 14:58 ` [-mm patch] make scsi_host_link_pm_policy() static Adrian Bunk
    

    This is a public inbox, see mirroring instructions
    for how to clone and mirror all data and code used for this inbox