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 1010#include <linux/export.h>
1111
1212struct pt_regs ;
13- struct pci_bus ;
13+ struct pci_bus ;
1414struct device_node ;
1515struct iommu_table ;
1616struct rtc_time ;
@@ -78,8 +78,8 @@ struct machdep_calls {
7878 unsigned char (* nvram_read_val )(int addr );
7979 void (* nvram_write_val )(int addr , unsigned char val );
8080 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 );
8383 void (* nvram_sync )(void );
8484
8585 /* Exception handlers */
@@ -102,9 +102,9 @@ struct machdep_calls {
102102 */
103103 long (* feature_call )(unsigned int feature , ...);
104104
105- /* Get legacy PCI/IDE interrupt mapping */
105+ /* Get legacy PCI/IDE interrupt mapping */
106106 int (* pci_get_legacy_ide_irq )(struct pci_dev * dev , int channel );
107-
107+
108108 /* Get access protection for /dev/mem */
109109 pgprot_t (* phys_mem_access_prot )(struct file * file ,
110110 unsigned long pfn ,
You can’t perform that action at this time.
0 commit comments