#ifndef CONNTRACK_H #define CONNTRACK_H #include #include #include #include #endif /* CONNTRACK_H */ /net-next.git/atom/?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Lutomirski <luto@kernel.org>2016-05-24 15:13:02 -0700
committerAndy Lutomirski <luto@kernel.org>2016-06-10 15:11:14 -0700
commita44323e2a8f342848bb77e8e04fcd85fcb91b3b4 (patch)
treea33e238e6b93d6117d3751adb5f11a4c598b91ec
parentaf8c34ce6ae32addda3788d54a7e340cad22516b (diff)
uvc: Forward compat ioctls to their handlers directly
The current code goes through a lot of indirection just to call a known handler. Simplify it: just call the handlers directly. Cc: stable@vger.kernel.org Signed-off-by: Andy Lutomirski <luto@kernel.org>