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:
Mark Allyn 2010-02-05 10:52:09 -08:00 committed by Greg Kroah-Hartman
parent e37bcc0de0
commit ee7dfb7e24
3 changed files with 2 additions and 2 deletions

View file

@ -1,2 +1,2 @@
EXTRA_CFLAGS += -DLITTLE__ENDIAN
obj-$(CONFIG_RAR_REGISTER) += rar_driver.o
obj-$(CONFIG_RAR_REGISTER) += rar_register.o

View file

@ -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 */