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: Mark Allyn <mark.a.allyn@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
e37bcc0de0
commit
ee7dfb7e24
@ -1,2 +1,2 @@
|
||||
EXTRA_CFLAGS += -DLITTLE__ENDIAN
|
||||
obj-$(CONFIG_RAR_REGISTER) += rar_driver.o
|
||||
obj-$(CONFIG_RAR_REGISTER) += rar_register.o
|
||||
|
@ -15,7 +15,7 @@
|
||||
#include <linux/pci.h>
|
||||
#include <linux/firmware.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 */
|
||||
|
Loading…
Reference in New Issue
Block a user