• David Gibson's avatar
    [PATCH] Fix compile with !CONFIG_VT · f6700539
    David Gibson authored
    Architectures using the generic 32/64-bit ioctl() compatibility shims
    will get a link error if CONFIG_VT is not defined, since the
    compatbility ioctl() code calls functions in drivers/char/vt.c which
    is only included in the build if CONFIG_VT is set.
    
    This fixes the compile with a couple of #ifdefs:
    f6700539
compat_ioctl.c 70.2 KB