public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Stephen Neuendorffer <stephen.neuendorffer@xilinx•com>
To: grant.likely@secretlab•ca, linuxppc-dev@ozlabs•org,
	simekm2@fel•cvut.cz, jwilliams@itee•uq.edu.au
Subject: [PATCH 7/7] [POWERPC] Xilinx: Uartlite: Section type fixups
Date: Tue,  8 Jan 2008 11:35:09 -0800	[thread overview]
Message-ID: <20080108193519.5282318F8069@mail8-blu.bigfish.com> (raw)
In-Reply-To: <1199820909-32341-7-git-send-email-stephen.neuendorffer@xilinx.com>

All the __devexit functions are now appropriately tagged.  This fixes
some ppc link warnings.

Signed-off-by: Stephen Neuendorffer <stephen.neuendorffer@xilinx•com>
---
 drivers/serial/uartlite.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/serial/uartlite.c b/drivers/serial/uartlite.c
index 02c2d89..ecd5540 100644
--- a/drivers/serial/uartlite.c
+++ b/drivers/serial/uartlite.c
@@ -594,7 +594,7 @@ static int __devinit ulite_assign(struct device *dev, int id, u32 base, int irq)
  *
  * @dev: pointer to device structure
  */
-static int __devinit ulite_release(struct device *dev)
+static int __devexit ulite_release(struct device *dev)
 {
 	struct uart_port *port = dev_get_drvdata(dev);
 	int rc = 0;
@@ -627,7 +627,7 @@ static int __devinit ulite_probe(struct platform_device *pdev)
 	return ulite_assign(&pdev->dev, pdev->id, res->start, res2->start);
 }
 
-static int ulite_remove(struct platform_device *pdev)
+static int __devexit ulite_remove(struct platform_device *pdev)
 {
 	return ulite_release(&pdev->dev);
 }
-- 
1.5.3.4-dirty

  parent reply	other threads:[~2008-01-08 19:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1199820909-32341-1-git-send-email-stephen.neuendorffer@xilinx.com>
2008-01-08 19:35 ` [PATCH 1/7] [POWERPC] Xilinx: Uartlite: Make console output actually work Stephen Neuendorffer
2008-01-09 11:20   ` Peter Korsgaard
     [not found] ` <1199820909-32341-2-git-send-email-stephen.neuendorffer@xilinx.com>
2008-01-08 19:35   ` [PATCH 2/7] [POWERPC] Xilinx: update compatible list for interrupt controller Stephen Neuendorffer
     [not found]   ` <1199820909-32341-3-git-send-email-stephen.neuendorffer@xilinx.com>
2008-01-08 19:35     ` [PATCH 3/7] [POWERPC] Xilinx: Update compatible to use values generated by BSP generator Stephen Neuendorffer
     [not found]     ` <1199820909-32341-4-git-send-email-stephen.neuendorffer@xilinx.com>
2008-01-08 19:35       ` [PATCH 4/7] [POWERPC] Xilinx: Add correct compatible list for device tree bus bindings Stephen Neuendorffer
2008-01-09  0:55         ` Stephen Rothwell
     [not found]       ` <1199820909-32341-5-git-send-email-stephen.neuendorffer@xilinx.com>
2008-01-08 19:35         ` [PATCH 5/7] [POWERPC] Xilinx: Update booting-without-of Stephen Neuendorffer
     [not found]         ` <1199820909-32341-6-git-send-email-stephen.neuendorffer@xilinx.com>
2008-01-08 19:35           ` [PATCH 6/7] [POWERPC] Xilinx: updated device tree compatibility to match uboot bsp generator Stephen Neuendorffer
     [not found]           ` <1199820909-32341-7-git-send-email-stephen.neuendorffer@xilinx.com>
2008-01-08 19:35             ` Stephen Neuendorffer [this message]
2008-01-09 11:24               ` [PATCH 7/7] [POWERPC] Xilinx: Uartlite: Section type fixups Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080108193519.5282318F8069@mail8-blu.bigfish.com \
    --to=stephen.neuendorffer@xilinx$(echo .)com \
    --cc=grant.likely@secretlab$(echo .)ca \
    --cc=jwilliams@itee$(echo .)uq.edu.au \
    --cc=linuxppc-dev@ozlabs$(echo .)org \
    --cc=simekm2@fel$(echo .)cvut.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox