Commit ee7dfb7e authored by Mark Allyn's avatar Mark Allyn Committed by Greg Kroah-Hartman

staging: rar_register: renaming driver to rar_register

Patch renames rar_driver to rar_register to clarifiy and differentiate
from rar_handler that will be submitted later
Signed-off-by: default avatarMark Allyn <mark.a.allyn@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent e37bcc0d
EXTRA_CFLAGS += -DLITTLE__ENDIAN EXTRA_CFLAGS += -DLITTLE__ENDIAN
obj-$(CONFIG_RAR_REGISTER) += rar_driver.o obj-$(CONFIG_RAR_REGISTER) += rar_register.o
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <linux/pci.h> #include <linux/pci.h>
#include <linux/firmware.h> #include <linux/firmware.h>
#include <linux/sched.h> #include <linux/sched.h>
#include "rar_driver.h" #include "rar_register.h"
/* The following defines are for the IPC process to retrieve RAR in */ /* The following defines are for the IPC process to retrieve RAR in */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment