Message ID | 1393366096-5524-1-git-send-email-cheiny@synaptics.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, Feb 25, 2014 at 02:08:16PM -0800, Christopher Heiny wrote: > Delete an unused symbol and update copyright date. > > Signed-off-by: Christopher Heiny <cheiny@synaptics.com> > Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Applied, thank you. > > -- > > drivers/input/rmi4/rmi_f11.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > > diff --git a/drivers/input/rmi4/rmi_f11.c b/drivers/input/rmi4/rmi_f11.c > index 2aa7d17..9cc1406 100644 > --- a/drivers/input/rmi4/rmi_f11.c > +++ b/drivers/input/rmi4/rmi_f11.c > @@ -1,5 +1,5 @@ > /* > - * Copyright (c) 2011-2013 Synaptics Incorporated > + * Copyright (c) 2011-2014 Synaptics Incorporated > * Copyright (c) 2011 Unixphere > * > * This program is free software; you can redistribute it and/or modify it > @@ -7,8 +7,6 @@ > * the Free Software Foundation. > */ > > -#define FUNCTION_DATA f11_data > - > #include <linux/kernel.h> > #include <linux/delay.h> > #include <linux/device.h>
diff --git a/drivers/input/rmi4/rmi_f11.c b/drivers/input/rmi4/rmi_f11.c index 2aa7d17..9cc1406 100644 --- a/drivers/input/rmi4/rmi_f11.c +++ b/drivers/input/rmi4/rmi_f11.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2013 Synaptics Incorporated + * Copyright (c) 2011-2014 Synaptics Incorporated * Copyright (c) 2011 Unixphere * * This program is free software; you can redistribute it and/or modify it @@ -7,8 +7,6 @@ * the Free Software Foundation. */ -#define FUNCTION_DATA f11_data - #include <linux/kernel.h> #include <linux/delay.h> #include <linux/device.h>
Delete an unused symbol and update copyright date. Signed-off-by: Christopher Heiny <cheiny@synaptics.com> Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> -- drivers/input/rmi4/rmi_f11.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html