File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
#include <linux/export.h>
11
11
12
12
struct pt_regs ;
13
- struct pci_bus ;
13
+ struct pci_bus ;
14
14
struct device_node ;
15
15
struct iommu_table ;
16
16
struct rtc_time ;
@@ -78,8 +78,8 @@ struct machdep_calls {
78
78
unsigned char (* nvram_read_val )(int addr );
79
79
void (* nvram_write_val )(int addr , unsigned char val );
80
80
ssize_t (* nvram_write )(char * buf , size_t count , loff_t * index );
81
- ssize_t (* nvram_read )(char * buf , size_t count , loff_t * index );
82
- ssize_t (* nvram_size )(void );
81
+ ssize_t (* nvram_read )(char * buf , size_t count , loff_t * index );
82
+ ssize_t (* nvram_size )(void );
83
83
void (* nvram_sync )(void );
84
84
85
85
/* Exception handlers */
@@ -102,9 +102,9 @@ struct machdep_calls {
102
102
*/
103
103
long (* feature_call )(unsigned int feature , ...);
104
104
105
- /* Get legacy PCI/IDE interrupt mapping */
105
+ /* Get legacy PCI/IDE interrupt mapping */
106
106
int (* pci_get_legacy_ide_irq )(struct pci_dev * dev , int channel );
107
-
107
+
108
108
/* Get access protection for /dev/mem */
109
109
pgprot_t (* phys_mem_access_prot )(struct file * file ,
110
110
unsigned long pfn ,
You can’t perform that action at this time.
0 commit comments