- gpiochip_reserve-fix-2.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     don't export gpiochip_reserve (section fix)
has been removed from the -mm tree.  Its filename was
     gpiochip_reserve-fix-2.patch

This patch was dropped because it was folded into gpiochip_reserve.patch

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: don't export gpiochip_reserve (section fix)
From: David Brownell <david-b@xxxxxxxxxxx>

Fix section warning:
  WARNING: drivers/gpio/built-in.o(__ksymtab_gpl+0xc0): Section mismatch
  in reference from the variable __ksymtab_gpiochip_reserve
  to the function .init.text:gpiochip_reserve()
  The symbol gpiochip_reserve is exported and annotated __init
  Fix this by removing the __init annotation of gpiochip_reserve or drop the export.

Signed-off-by: David Brownell <dbrownell@xxxxxxxxxxxxxxxxxxxxx>
Cc: Anton Vorontsov <avorontsov@xxxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/gpio/gpiolib.c |    1 -
 1 file changed, 1 deletion(-)

diff -puN drivers/gpio/gpiolib.c~gpiochip_reserve-fix-2 drivers/gpio/gpiolib.c
--- a/drivers/gpio/gpiolib.c~gpiochip_reserve-fix-2
+++ a/drivers/gpio/gpiolib.c
@@ -150,7 +150,6 @@ err:
 
 	return ret;
 }
-EXPORT_SYMBOL_GPL(gpiochip_reserve);
 
 /**
  * gpiochip_add() - register a gpio_chip
_

Patches currently in -mm which might be from david-b@xxxxxxxxxxx are

origin.patch
rtc-avoid-legacy-drivers-with-generic-framework.patch
rtc-isl1208-new-style-conversion-and-minor-bug-fixes.patch
rtc-pcf8563-new-style-conversion.patch
rtc-pcf8563-add-device-ids-table.patch
rtc-x1205-new-style-conversion.patch
rtc-silence-section-mismatch-warning-in-rtc-test.patch
make-ds1511_rtc_readset_time-static.patch
kerneldoc-for-linux-clkh.patch
rtc-rtc-rs5c372-fix-up-null-name-in-transfer-error-path.patch
drivers-char-rtcc-use-time_before-time_before_eq-etc.patch
rtc-replace-remaining-__function__-occurrences.patch
spi-pxa2xx_spi-sparse-fixes.patch
atmel_spi-support-zero-length-transfer.patch
gpiochip_reserve.patch
gpiochip_reserve-fix-2.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux