Re: [PATCH] misc: bcm-vk: only support ttyVK if CONFIG_TTY is set
On 2021-02-03 2:17 p.m., Greg Kroah-Hartman wrote: > On Wed, Feb 03, 2021 at 01:04:51PM -0800, Scott Branden wrote: >> Correct compile issue if CONFIG_TTY is not set by >> only adding ttyVK devices if CONFIG_BCM_VK_TTY is set. >> >> Reported-by: Randy Dunlap >> Signed-off-by: Scott Branden >> >> --- >> Changes since v3: > Is this "v4"? Your subject line doesn't say so :( Yes, a mistake. Sent same patch with PATCH v4 on subject line now. >
Re: [PATCH] misc: bcm-vk: only support ttyVK if CONFIG_TTY is set
On Wed, Feb 03, 2021 at 01:04:51PM -0800, Scott Branden wrote: > Correct compile issue if CONFIG_TTY is not set by > only adding ttyVK devices if CONFIG_BCM_VK_TTY is set. > > Reported-by: Randy Dunlap > Signed-off-by: Scott Branden > > --- > Changes since v3: Is this "v4"? Your subject line doesn't say so :(
Re: [PATCH] misc: bcm-vk: only support ttyVK if CONFIG_TTY is set
On 1/28/21 10:04 PM, Scott Branden wrote: > Correct compile issue if CONFIG_TTY is not set by > only adding ttyVK devices if CONFIG_TTY is set. > > Reported-by: Randy Dunlap > Signed-off-by: Scott Branden > --- > drivers/misc/bcm-vk/Makefile | 4 ++-- > drivers/misc/bcm-vk/bcm_vk_dev.c | 13 + > 2 files changed, 15 insertions(+), 2 deletions(-) Acked-by: Randy Dunlap # build-tested Thanks. -- ~Randy