OSDN Git Service

staging: gasket: apex: move driver-private defines out of apex.h
authorTodd Poynor <toddpoynor@google.com>
Tue, 31 Jul 2018 20:24:45 +0000 (13:24 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Aug 2018 18:07:03 +0000 (20:07 +0200)
commit4287dbaa7c3ef0db9d8258c9f505b4149c21a393
treee4dfe422e33889e7a5af6de1a2d1003d89eb9692
parent953105453b1aeb45d15a4c053fdc911f039b097b
staging: gasket: apex: move driver-private defines out of apex.h

apex.h is supposed to contain kernel-userspace interface definitions,
but has a number of defines that are only used by apex_driver.c or are
not used at all.  Move driver implementation defines not shared with
userspace to the driver source.  Remove unused defines.

Signed-off-by: Todd Poynor <toddpoynor@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gasket/apex.h
drivers/staging/gasket/apex_driver.c