Just taking credit for the recent changes and new features. :) Signed-off-by: Bartosz Golaszewski <[email protected]> --- drivers/gpio/gpio-mockup.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/drivers/gpio/gpio-mockup.c b/drivers/gpio/gpio-mockup.c index 96a6c6e..d870597 100644 --- a/drivers/gpio/gpio-mockup.c +++ b/drivers/gpio/gpio-mockup.c @@ -3,6 +3,7 @@ * * Copyright (C) 2014 Kamlakant Patel <[email protected]> * Copyright (C) 2015-2016 Bamvor Jian Zhang <[email protected]> + * Copyright (C) 2017 Bartosz Golaszewski <[email protected]> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the @@ -444,5 +445,6 @@ module_exit(mock_device_exit); MODULE_AUTHOR("Kamlakant Patel <[email protected]>"); MODULE_AUTHOR("Bamvor Jian Zhang <[email protected]>"); +MODULE_AUTHOR("Bartosz Golaszewski <[email protected]>"); MODULE_DESCRIPTION("GPIO Testing driver"); MODULE_LICENSE("GPL v2"); -- 2.9.3

