Re: [PATCH 1/2] vt: selection: allow functions to be called from inside kernel
From: Greg Kroah-Hartman
Date: Thu Apr 04 2019 - 16:39:14 EST
On Thu, Apr 04, 2019 at 08:45:29PM +0100, Okash Khawaja wrote:
> diff --git a/include/linux/selection.h b/include/linux/selection.h
> index a8f5b97b216f..171d77dfc825 100644
> --- a/include/linux/selection.h
> +++ b/include/linux/selection.h
> @@ -11,13 +11,12 @@
> #include <linux/tiocl.h>
> #include <linux/vt_buffer.h>
>
> -struct tty_struct;
> -
Nit, why remove these lines?
thanks,
greg k-h