Update to 3.0.101 release
diff --git a/patches.ltsi/ltsi-makefile-addition.patch b/patches.ltsi/ltsi-makefile-addition.patch
index 81b7060..e90499b 100644
--- a/patches.ltsi/ltsi-makefile-addition.patch
+++ b/patches.ltsi/ltsi-makefile-addition.patch
@@ -18,9 +18,9 @@
 @@ -1,7 +1,7 @@
  VERSION = 3
  PATCHLEVEL = 0
- SUBLEVEL = 95
+ SUBLEVEL = 101
 -EXTRAVERSION =
 +EXTRAVERSION = -ltsi
- NAME = Sneaky Weasel
+ NAME = Sodden Ben Lomond
  
  # *DOCUMENTATION*
diff --git a/patches.runtime_pm/0041-PM-Runtime-Add-macro-to-test-for-runtime-PM-events.patch b/patches.runtime_pm/0041-PM-Runtime-Add-macro-to-test-for-runtime-PM-events.patch
index b120e7c..55a74df 100644
--- a/patches.runtime_pm/0041-PM-Runtime-Add-macro-to-test-for-runtime-PM-events.patch
+++ b/patches.runtime_pm/0041-PM-Runtime-Add-macro-to-test-for-runtime-PM-events.patch
@@ -149,7 +149,7 @@
  		spin_lock_irq(&acm->write_lock);
 --- a/drivers/usb/class/cdc-wdm.c
 +++ b/drivers/usb/class/cdc-wdm.c
-@@ -835,13 +835,13 @@ static int wdm_suspend(struct usb_interf
+@@ -840,13 +840,13 @@ static int wdm_suspend(struct usb_interf
  	dev_dbg(&desc->intf->dev, "wdm%d_suspend\n", intf->minor);
  
  	/* if this is an autosuspend the caller does the locking */
@@ -165,7 +165,7 @@
  			(test_bit(WDM_IN_USE, &desc->flags)
  			|| test_bit(WDM_RESPONDING, &desc->flags))) {
  		spin_unlock_irq(&desc->iuspin);
-@@ -854,7 +854,7 @@ static int wdm_suspend(struct usb_interf
+@@ -859,7 +859,7 @@ static int wdm_suspend(struct usb_interf
  		kill_urbs(desc);
  		cancel_work_sync(&desc->rxwork);
  	}
diff --git a/patches.runtime_pm/0161-PM-Drop-generic_subsys_pm_ops.patch b/patches.runtime_pm/0161-PM-Drop-generic_subsys_pm_ops.patch
index 77181ed..15339b7 100644
--- a/patches.runtime_pm/0161-PM-Drop-generic_subsys_pm_ops.patch
+++ b/patches.runtime_pm/0161-PM-Drop-generic_subsys_pm_ops.patch
@@ -26,11 +26,9 @@
  include/linux/pm.h               |   13 -------------
  3 files changed, 39 deletions(-)
 
-diff --git a/arch/powerpc/kernel/vio.c b/arch/powerpc/kernel/vio.c
-index 1b695fd..83387bf 100644
 --- a/arch/powerpc/kernel/vio.c
 +++ b/arch/powerpc/kernel/vio.c
-@@ -1400,7 +1400,6 @@ static struct bus_type vio_bus_type = {
+@@ -1404,7 +1404,6 @@ static struct bus_type vio_bus_type = {
  	.match = vio_bus_match,
  	.probe = vio_bus_probe,
  	.remove = vio_bus_remove,
@@ -38,11 +36,9 @@
  };
  
  /**
-diff --git a/drivers/base/power/generic_ops.c b/drivers/base/power/generic_ops.c
-index 5a5b154..10bdd79 100644
 --- a/drivers/base/power/generic_ops.c
 +++ b/drivers/base/power/generic_ops.c
-@@ -276,28 +276,3 @@ void pm_generic_complete(struct device *dev)
+@@ -276,28 +276,3 @@ void pm_generic_complete(struct device *
  	pm_runtime_idle(dev);
  }
  #endif /* CONFIG_PM_SLEEP */
@@ -71,8 +67,6 @@
 -#endif
 -};
 -EXPORT_SYMBOL_GPL(generic_subsys_pm_ops);
-diff --git a/include/linux/pm.h b/include/linux/pm.h
-index a7676ef..e4982ac 100644
 --- a/include/linux/pm.h
 +++ b/include/linux/pm.h
 @@ -300,19 +300,6 @@ const struct dev_pm_ops name = { \
@@ -95,6 +89,3 @@
  /**
   * PM_EVENT_ messages
   *
--- 
-1.7.10.1.362.g242cab3
-