summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ccree/cc_debugfs.c
diff options
context:
space:
mode:
authorGilad Ben-Yossef2018-01-09 11:24:29 +0100
committerGreg Kroah-Hartman2018-01-09 16:00:07 +0100
commite7660d2d4714a146a80553e9355b40c467d60183 (patch)
tree2f1ebf583b0b49ff3b1ac6694c609664a0d682b5 /drivers/staging/ccree/cc_debugfs.c
parentstaging: lustre: remove LIBCFS_ALLOC, LIBCFS_FREE and related macros. (diff)
downloadkernel-qcow2-linux-e7660d2d4714a146a80553e9355b40c467d60183.tar.gz
kernel-qcow2-linux-e7660d2d4714a146a80553e9355b40c467d60183.tar.xz
kernel-qcow2-linux-e7660d2d4714a146a80553e9355b40c467d60183.zip
staging: ccree: use a consistent file naming convention
The ccree driver source files were using an inconsistent naming convention stemming from what the company was called when they were added. Move to a single consistent naming convention for better code readability. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ccree/cc_debugfs.c')
-rw-r--r--drivers/staging/ccree/cc_debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ccree/cc_debugfs.c b/drivers/staging/ccree/cc_debugfs.c
index 72eb2b39b16d..f927a736dff3 100644
--- a/drivers/staging/ccree/cc_debugfs.c
+++ b/drivers/staging/ccree/cc_debugfs.c
@@ -4,7 +4,7 @@
#include <linux/kernel.h>
#include <linux/debugfs.h>
#include <linux/stringify.h>
-#include "ssi_driver.h"
+#include "cc_driver.h"
#include "cc_crypto_ctx.h"
struct cc_debugfs_ctx {